Skip to content

Commit fe0637d

Browse files
committed
Fix types
1 parent 485880f commit fe0637d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SupabaseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import {
44
PostgrestClient,
55
PostgrestFilterBuilder,
66
PostgrestQueryBuilder,
7-
PostgrestQueryBuilderOptions,
87
} from '@supabase/postgrest-js'
8+
import type { PostgrestQueryBuilderOptions } from '@supabase/postgrest-js'
99
import {
1010
RealtimeChannel,
1111
RealtimeChannelOptions,

0 commit comments

Comments
 (0)