This commit is contained in:
2025-10-22 22:07:52 +03:00
Unverified
parent a95efcdcf8
commit 87f3ddc2f0
5 changed files with 9 additions and 17 deletions
-4
View File
@@ -266,8 +266,6 @@ export const useAppState = create<AppState>((set, get) => ({
credentials: token
},
data: {}
}).then(() => {
console.log("Ping succeeded")
})
} catch {}
},
@@ -342,8 +340,6 @@ export const useAppState = create<AppState>((set, get) => ({
credentials: token
},
data: {}
}).then(() => {
console.log("Ping succeeded")
})
} catch {}