Skip to content

Commit

Permalink
Condense
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Aug 19, 2024
1 parent 31f201c commit d07e7ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cookies/useCookieConsent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ export default function useCookieConsent(): void {
useEffect(() => {
run({
categories: { analytics: {}, necessary: {} },
cookie: {
expiresAfterDays: 365,
name: "cookie_consent",
},
cookie: { expiresAfterDays: 365, name: "cookie_consent" },
guiOptions: {
consentModal: { layout: "bar inline" },
},
Expand Down

0 comments on commit d07e7ef

Please sign in to comment.