Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 072c121

Browse files
committed
chore: missing onlien status query
1 parent d092b6a commit 072c121

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"//--- contact configs ---//": "",
6060
"EMAIL_SUPPORT": "coderplanets@outlook.com",
6161
"// GRAPHQL_ENDPOINT": "https://api.coderplanets.com/graphiql",
62-
"BUILD_VERSION": "v2.0.86",
62+
"BUILD_VERSION": "v2.0.87",
6363
"// 1000 * 60 * 10 = 10 mins": "",
6464
"SSR_CACHE_TIME": 60000
6565
}

deploy/production/web.tar.gz

45 Bytes
Binary file not shown.

src/containers/unit/Footer/logic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export const useInit = (_store: TStore, metric: TMetric): void => {
117117
store = _store
118118
store.mark({ metric })
119119
sub$ = sr71$.data().subscribe($solver(DataSolver, ErrSolver))
120-
// getOnlineStatus()
120+
getOnlineStatus()
121121
checkSessionState()
122122

123123
return () => {

0 commit comments

Comments
 (0)