File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
react-native-supabase-todolist/library/supabase
react-supabase-todolist/src/library/powersync
vue-supabase-todolist/src/library/powersync
yjs-react-supabase-text-collab/src/library/powersync Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ export class SupabaseConnector implements PowerSyncBackendConnector {
5555 console . debug ( 'session expires at' , session . expires_at ) ;
5656
5757 return {
58- client : this . client ,
5958 endpoint : AppConfig . powersyncUrl ,
6059 token : session . access_token ?? '' ,
6160 expiresAt : session . expires_at ? new Date ( session . expires_at * 1000 ) : undefined ,
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ export class SupabaseConnector extends BaseObserver<SupabaseConnectorListener> i
9797 console . debug ( 'session expires at' , session . expires_at ) ;
9898
9999 return {
100- client : this . client ,
101100 endpoint : this . config . powersyncUrl ,
102101 token : session . access_token ?? '' ,
103102 expiresAt : session . expires_at ? new Date ( session . expires_at * 1000 ) : undefined
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ export class SupabaseConnector extends BaseObserver<SupabaseConnectorListener> i
9797 console . debug ( 'session expires at' , session . expires_at ) ;
9898
9999 return {
100- client : this . client ,
101100 endpoint : this . config . powersyncUrl ,
102101 token : session . access_token ?? '' ,
103102 expiresAt : session . expires_at ? new Date ( session . expires_at * 1000 ) : undefined
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ export class SupabaseConnector extends BaseObserver<SupabaseConnectorListener> i
6868 }
6969
7070 return {
71- client : this . client ,
7271 endpoint : data . powersync_url ,
7372 token : data . token ,
7473 expiresAt : undefined
You can’t perform that action at this time.
0 commit comments