Skip to content

Commit a7f4246

Browse files
committed
fix(functions): set access token on FunctionsClient
1 parent a06e745 commit a7f4246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Supabase/SupabaseClient.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ public final class SupabaseClient: Sendable {
393393
return nil
394394
}
395395

396+
functions.setAuth(token: accessToken)
396397
realtime.setAuth(accessToken)
397398
await realtimeV2.setAuth(accessToken)
398399
}

0 commit comments

Comments
 (0)