mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed lint rule
This commit is contained in:
parent
0f75a8d0bc
commit
ad070c7200
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ _private.loadScheduledPosts = function () {
|
|||
exports.init = function init(options = {}) {
|
||||
return Promise.resolve();
|
||||
// TODO: fix once working on scheduler migration to v2
|
||||
// eslint-disable
|
||||
/*eslint-disable */
|
||||
const {apiUrl} = options;
|
||||
let adapter = null,
|
||||
client = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue