Skip to content

Commit

Permalink
Fixed lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
naz committed Sep 11, 2019
1 parent 0f75a8d commit ad070c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/server/adapters/scheduling/post-scheduling/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ad070c7

Please sign in to comment.