mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fix lint error
This commit is contained in:
parent
2928f649a0
commit
f7ce8d0e79
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module.exports = function addGhostBackupClient(options) {
|
|||
.then(function (client) {
|
||||
if (!client) {
|
||||
logging.info(message);
|
||||
return fixtures.utils.addFixturesForModel({name: "Client", entries: [backupClient]}, localOptions);
|
||||
return fixtures.utils.addFixturesForModel({name: 'Client', entries: [backupClient]}, localOptions);
|
||||
} else {
|
||||
logging.warn(message);
|
||||
return Promise.resolve();
|
||||
|
|
Loading…
Add table
Reference in a new issue