diff --git a/src/api/github.ts b/src/api/github.ts index e0e1314..85f2a8c 100644 --- a/src/api/github.ts +++ b/src/api/github.ts @@ -31,7 +31,7 @@ const putPic = async (file: any) => { path, } await fetch(imageUrl, body, 'put', { - Authorization: 'token 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', + Authorization: 'token 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', 'Content-Type': 'application/json; charset=utf-8', }) return `https://fastly.jsdelivr.net/gh/shawnphang/files@main/${path}`