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:
parent
1cec604318
commit
2a6ae77221
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue