Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
alishaevn committed Dec 16, 2023
1 parent 044883f commit ba549f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/cookies.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export const enableCookies = () => {

const nonEssentialCookies = [
// TODO(alishaevn): create this list
// TODO(alishaevn): add these cookies to pages/legal-notices/cookie-policy.js under "Non-essential cookies" with a description and expiration time frame
// TODO(alishaevn): add these cookies to pages/legal-notices/cookie-policy.js under
// "Non-essential cookies" with a description and expiration time frame
]

export const disableCookies = () => {
Expand Down

0 comments on commit ba549f9

Please sign in to comment.