Skip to content

Commit 4bf111b

Browse files
committed
finally
1 parent 93d4ab8 commit 4bf111b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

u/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
method: 'POST',
4040
headers: {
4141
'Content-Type': 'application/json',
42-
'Authorization': `Bearer ${data.session?.access_token}`
42+
'Authorization': `Bearer ${(await supabase.auth.getSession()).data.session?.access_token}`
4343
},
4444
body: JSON.stringify(dt)
4545
})

0 commit comments

Comments
 (0)