Skip to content

Commit

Permalink
fix: rm authorization
Browse files Browse the repository at this point in the history
  • Loading branch information
Chronostasys committed Jan 24, 2024
1 parent c803ddb commit db3b101
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hooks/codecov.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@ export const getTotalCov = async (): Promise<Coverages> => {
"https://cov.lang.pivotstudio.cn/api/v2/github/Pivot-Studio/repos/pivot-lang/totals/?branch=master",
{
headers: {
accept: "application/json",
authorization: "CA17PWK0EG",
accept: "application/json"
},
}
)
Expand Down

0 comments on commit db3b101

Please sign in to comment.