Skip to content

Commit

Permalink
chore: change ts query key
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Oct 26, 2023
1 parent 1243b9f commit 82869dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const fetchText = async (
responseType: "blob",
params: ts
? {
ts: new Date().getTime(),
alist_ts: new Date().getTime(),
}
: undefined,
})
Expand Down

0 comments on commit 82869dd

Please sign in to comment.