Skip to content

Commit

Permalink
fix: can not update data because of the fetch cache (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
conwnet authored Mar 30, 2021
1 parent f8eb3c3 commit e5a4e3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/github1s/src/helpers/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const fetch = reuseable(async (url: string, options?: RequestInit) => {
try {
response = await self.fetch(url, {
mode: 'cors',
cache: 'force-cache',
...options,
headers: { ...authHeaders, ...customHeaders },
});
Expand Down

0 comments on commit e5a4e3d

Please sign in to comment.