Skip to content

Commit eba62c1

Browse files
chore: reinstate shouldThrowOnError
1 parent 2e24d16 commit eba62c1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/SupabaseClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const DEFAULT_GLOBAL_OPTIONS = {
2121
const DEFAULT_DB_OPTIONS = {
2222
db: {
2323
schema: 'public',
24+
shouldThrowOnError: false,
2425
},
2526
}
2627

test/SupabaseAuthClient.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const DEFAULT_OPTIONS = {
1313
},
1414
db: {
1515
schema: 'public',
16+
shouldThrowOnError: false,
1617
},
1718
}
1819
const settings = { ...DEFAULT_OPTIONS }

0 commit comments

Comments
 (0)