wrong header

This commit is contained in:
dylan 2024-03-25 21:38:56 -07:00
parent 2301a5f43c
commit 6ead55d543

View File

@ -22,7 +22,7 @@ const handler = async ({payload}: FirRouteInput<typeof payloadT>) => {
fs,
http,
headers: {
"Authentication": `token ${token}`,
"Authorization": `token ${token}`,
},
dir: "./repos",
url: manifest.repo,