mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 12:36:37 +08:00
fix bugs
This commit is contained in:
parent
c98646ff33
commit
1364394d50
@ -78,9 +78,9 @@ export const useUpdateStore = create<UpdateStore>()(
|
|||||||
|
|
||||||
const usage = await requestUsage();
|
const usage = await requestUsage();
|
||||||
|
|
||||||
if (usage) {
|
// if (usage) {
|
||||||
set(() => usage);
|
// set(() => usage);
|
||||||
}
|
// }
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user