Skip to content

Commit

Permalink
fix: add doc to client opts, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidglivar committed Apr 30, 2024
1 parent 9ae142e commit 1da71ce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export interface SupaworkerClientOptions {
* See: https://supabase.com/docs/guides/api/api-keys#the-servicerole-key
*/
supabase_service_role_key: string;
/**
* Supabase client options to pass to the Supabase client.
*/
supabase_options?: SupabaseClientOptions<'supaworker'>;
}

Expand Down

0 comments on commit 1da71ce

Please sign in to comment.