Skip to content

Commit

Permalink
fix eslint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav-atr committed Nov 8, 2022
1 parent caf2a24 commit 036c10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/set-cookie-reload.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function setCookieReload(source, name, value, path = '/') {
return;
}

// eslint-disable-line no-console
// eslint-disable-next-line no-console
const log = console.log.bind(console);

const validValue = getLimitedCookieValue(value);
Expand Down

0 comments on commit 036c10a

Please sign in to comment.