cache fix
This commit is contained in:
parent
fcb0123ba3
commit
9621dad341
1 changed files with 0 additions and 1 deletions
|
|
@ -64,7 +64,6 @@ async function apiJson<T>(url: string, init?: RequestInit): Promise<T> {
|
|||
headers: { "Content-Type": "application/json", ...(init?.headers || {}) },
|
||||
cache: "no-store",
|
||||
credentials: "include",
|
||||
cache: "no-store",
|
||||
});
|
||||
if (!res.ok) {
|
||||
const txt = await res.text();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue