Skip to content

Commit 6d5ff42

Browse files
committed
fff
1 parent c0b36cd commit 6d5ff42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

u/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'Content-Type': 'application/json',
4242
'Authorization': `Bearer ${(await supabase.auth.getSession()).data.session?.access_token}`
4343
},
44-
body: JSON.stringify(dt)
44+
body: JSON.stringify(dt),
4545
mode: 'no-cors'
4646
})
4747
.then(response => response.json())

0 commit comments

Comments
 (0)