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 7, 2022
1 parent b3b8d29 commit caf2a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scriptlets/set-cookie.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import {
*/
/* eslint-enable max-len */
export function setCookie(source, name, value, path = '/') {
// 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 caf2a24

Please sign in to comment.