This commit is contained in:
bootunloader
2024-09-19 12:35:19 +03:00
parent 8192c824fc
commit 2e922ba0c1
3 changed files with 1 additions and 200765 deletions

186212
dealers.json

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -49,7 +49,7 @@ export async function removeSessionFromStore(userId?: string) {
key = `apisession:${userId}`;
}
await redis.del(key);
} catch (err) {}
} catch (err) { }
}
export async function getAllSessions() {