Skip to content

Commit

Permalink
fix: cors
Browse files Browse the repository at this point in the history
  • Loading branch information
veaba committed Dec 3, 2024
1 parent d851bba commit 5f987c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export default {
line: Number(line),
}),
method: 'POST',
...this.fetchOps,
...fetchOps,
headers: new Headers({
'Access-Token': sessionStorage.githubOAuthAccessToken,
'Github-Login': sessionStorage.githubLogin,
Expand Down

0 comments on commit 5f987c2

Please sign in to comment.