Skip to content

Commit d4a46a9

Browse files
authored
Merge pull request #76 from Relewise/feat-disable-caching-for-fetch
disable caching for fetch
2 parents eb2ada8 + 3a3f0d1 commit d4a46a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/client/src/relewise.client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ export abstract class RelewiseClient {
6363
},
6464
body: JSON.stringify(data),
6565
signal: options?.abortSignal,
66+
cache: 'no-cache',
6667
});
6768

6869
if (!response.ok) {

0 commit comments

Comments
 (0)