0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed linting error

This commit is contained in:
Naz 2021-01-14 18:39:27 +13:00
parent 1cec604318
commit 2a6ae77221

View file

@ -216,7 +216,6 @@ describe('Update Check', function () {
}] }]
}; };
createCustomNotification(notification).then(function () { createCustomNotification(notification).then(function () {
return api.notifications.browse(testUtils.context.internal); return api.notifications.browse(testUtils.context.internal);
}).then(function (results) { }).then(function (results) {