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, fs,
http, http,
headers: { headers: {
"Authentication": `token ${token}`, "Authorization": `token ${token}`,
}, },
dir: "./repos", dir: "./repos",
url: manifest.repo, url: manifest.repo,