Skip to content

Commit

Permalink
chore: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anth-volk committed Sep 25, 2024
1 parent e989da8 commit 443f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/cookies.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export function getCookie(name) {
*/
export function setCookie(name, value, maxAge = 31536000, path) {
document.cookie = `${name}=${value};max-age=${String(maxAge)};path=${path}`;
}
}

0 comments on commit 443f2b8

Please sign in to comment.