Commit Graph

6 Commits

Author SHA1 Message Date
gaogao
7c2cb0ad47
Merge branch 'main' into fix/requestUsageCacheIssue 2023-04-21 05:19:36 +08:00
Yin Min
21da781350 Update common.ts
Add OrgID
2023-04-19 19:28:33 +08:00
ガオガオ
43b8b38167 refactor: Remove the code in the client that disables the fetch cache by passing a request header, and replace it with server-side enforced fetch cache disabling.
* fix last commit updateUsage should pass force argument not true.
2023-04-18 15:24:39 +08:00
ガオガオ
d2ee1bd212 fix: Add cache fix for request Usage
Added cache: 'no-store' parameter to fetch to avoid caching issue in non-Vercel deployment environment(ref: https://beta.nextjs.org/docs/data-fetching/fetching#dynamic-data-fetching)
2023-04-18 15:24:39 +08:00
Yidadaa
0a79df3670 refactor: remove protocol env vars 2023-04-15 02:50:04 +08:00
Yifei Zhang
447dec9444 feat: close #2 add check account balance 2023-03-29 17:45:26 +00:00