Skip to content

Commit 2151606

Browse files
more cleanup
1 parent 9cbdf9e commit 2151606

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

connectors/supabase/src/commonMain/kotlin/com/powersync/connector/supabase/SupabaseConnector.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public class SupabaseConnector(
164164

165165
check(session.user != null) { "No user data" }
166166

167-
// userId is for debugging purposes only
168167
PowerSyncCredentials(
169168
endpoint = powerSyncEndpoint,
170169
token = session.accessToken, // Use the access token to authenticate against PowerSync

0 commit comments

Comments
 (0)