0
Fork 0
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:
Kevin Ansfield 2017-08-22 14:06:36 +01:00
parent 2928f649a0
commit f7ce8d0e79

View file

@ -18,7 +18,7 @@ module.exports = function addGhostBackupClient(options) {
.then(function (client) { .then(function (client) {
if (!client) { if (!client) {
logging.info(message); logging.info(message);
return fixtures.utils.addFixturesForModel({name: "Client", entries: [backupClient]}, localOptions); return fixtures.utils.addFixturesForModel({name: 'Client', entries: [backupClient]}, localOptions);
} else { } else {
logging.warn(message); logging.warn(message);
return Promise.resolve(); return Promise.resolve();