Skip to content

Commit

Permalink
Add ts-ignore to getCookieValue function
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Miller committed Nov 6, 2023
1 parent 1f64d27 commit c739e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/utils/supabase/cookies.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { DEFAULT_COOKIE_OPTIONS } from '@supabase/auth-helpers-shared'

export function getCookieValue(cookieName: string): string | undefined {
// @ts-ignore
const cookieString = document.cookie
const cookieNameLength = cookieName.length
const cookies = cookieString.split(';')
Expand Down

1 comment on commit c739e1a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✔ EAS production build completed

  • 🤖 Android build failed ❌
  • 🍏 IOS build failed ❌
Android QR IOS QR

Please sign in to comment.