mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
Removed unnecessary return with typo
refs: https://github.com/TryGhost/Ghost/pull/12735 - this property doesn't exist - it should be this.resourcesConfig - but we don't use the return value, so simply removed it
This commit is contained in:
parent
f12f64e87b
commit
c12edf4bbd
@ -49,7 +49,7 @@ class Resources {
|
||||
*/
|
||||
_initResourceConfig() {
|
||||
if (!_.isEmpty(this.resourcesConfig)) {
|
||||
return this.resourceConfig;
|
||||
return;
|
||||
}
|
||||
|
||||
const bridge = require('../../../bridge');
|
||||
|
Loading…
Reference in New Issue
Block a user