Skip to content

Commit

Permalink
fix: make everything optional
Browse files Browse the repository at this point in the history
  • Loading branch information
joel@joellee.org committed Jun 15, 2022
1 parent 3e854b3 commit a927eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/types.ts
Expand Up @@ -16,11 +16,11 @@ export type SupabaseClientOptions = {
/**
* The Postgres schema which your tables belong to. Must be on the list of exposed schemas in Supabase. Defaults to 'public'.
*/
db: {
db?: {
schema: string
}

auth: {
auth?: {
/**
* Automatically refreshes the token for logged in users.
*/
Expand Down

0 comments on commit a927eeb

Please sign in to comment.