We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f3ee17 + 0bf4604 commit dbc2826Copy full SHA for dbc2826
src/app/api/utils.ts
@@ -9,6 +9,7 @@ export const getClient = (endpoint: string) => {
9
client = new Client({
10
url: endpoint,
11
exchanges: [cacheExchange, fetchExchange],
12
+ requestPolicy: "network-only",
13
});
14
clients.set(endpoint, client);
15
}
0 commit comments