Skip to content

Commit

Permalink
Merge pull request #76 from Relewise/feat-disable-caching-for-fetch
Browse files Browse the repository at this point in the history
disable caching for fetch
  • Loading branch information
SWH-Relewise authored Aug 14, 2024
2 parents eb2ada8 + 3a3f0d1 commit d4a46a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/src/relewise.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export abstract class RelewiseClient {
},
body: JSON.stringify(data),
signal: options?.abortSignal,
cache: 'no-cache',
});

if (!response.ok) {
Expand Down

0 comments on commit d4a46a9

Please sign in to comment.