mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-28 06:06:38 +08:00
just trigger build
This commit is contained in:
parent
fdf02982de
commit
21c69fdf9c
@ -99,6 +99,7 @@ export const useSyncStore = createPersistStore(
|
|||||||
const client = this.getClient();
|
const client = this.getClient();
|
||||||
|
|
||||||
//console.log("===== accessStore", accessStore);
|
//console.log("===== accessStore", accessStore);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
const remoteState = await client.get(config.username);
|
const remoteState = await client.get(config.username);
|
||||||
if (!remoteState || remoteState === "") {
|
if (!remoteState || remoteState === "") {
|
||||||
|
Loading…
Reference in New Issue
Block a user