mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-30 23:26:39 +08:00
fix syntax error
This commit is contained in:
parent
02ce9681ff
commit
7c1a7653ac
@ -55,8 +55,9 @@ export const useSyncStore = createPersistStore(
|
||||
if (!config) {
|
||||
return false;
|
||||
}
|
||||
return Object.values(config).every((c) => c != null && c.toString().length > 0);
|
||||
}
|
||||
return Object.values(config).every(
|
||||
(c) => c != null && c.toString().length > 0,
|
||||
);
|
||||
},
|
||||
|
||||
markSyncTime() {
|
||||
|
Loading…
Reference in New Issue
Block a user