We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06393b commit 3cdd80aCopy full SHA for 3cdd80a
src/lib/server.ts
@@ -26,13 +26,12 @@ export const createServer = async (): Promise<Server> => {
26
await populateIpWhiteList();
27
// Populate cities info
28
await populateCitiesList();
29
- // Populate Dashboard override data
+ // Populate Dashboard override data before using it during initWsServer()
30
await probeOverride.fetchDashboardData();
31
+ probeOverride.scheduleSync();
32
33
await initWsServer();
34
- probeOverride.scheduleSync();
35
-
36
await auth.syncTokens();
37
auth.scheduleSync();
38
0 commit comments