0
Fork 0
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:
Nazar Gargol 2019-09-11 18:37:30 +02:00
parent 0f75a8d0bc
commit ad070c7200

View file

@ -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;