Skip to content

Commit 9910500

Browse files
stenlanmandarini
authored andcommitted
Fix types
1 parent bf17bbb commit 9910500

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/supabase-js/src/SupabaseClient.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import type { AuthChangeEvent } from '@supabase/auth-js'
22
import { FunctionsClient } from '@supabase/functions-js'
33
import {
44
PostgrestClient,
5-
type PostgrestFilterBuilder,
6-
type PostgrestQueryBuilder,
7-
type PostgrestQueryBuilderOptions,
5+
PostgrestFilterBuilder,
6+
PostgrestQueryBuilder,
7+
PostgrestQueryBuilderOptions,
88
} from '@supabase/postgrest-js'
99
import {
1010
type RealtimeChannel,

0 commit comments

Comments
 (0)