Skip to content

Commit 9e62569

Browse files
committed
Update download-script.js
1 parent 309e160 commit 9e62569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/JavaScript/download-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function newDownload() {
103103
"https://mntokubwootojjrkvlym.supabase.co/functions/v1/get-downloads",
104104
{
105105
headers: {
106-
Authorization: `Bearer ${supabase.auth.getSession().access_token}`,
106+
'Content-Type': 'application/json',
107107
},
108108
}
109109
);

0 commit comments

Comments
 (0)