refactor(kilo-sessions): make clearCache synchronous

This commit is contained in:
Igor Šćekić
2026-02-02 14:52:43 +01:00
parent 6834fe4380
commit c5657260a3
@@ -22,7 +22,7 @@ export namespace KiloSessions {
const tokenKey = "kilo-sessions:token"
const orgKey = "kilo-sessions:org"
async function clearCache() {
function clearCache() {
clearInFlightCache(tokenKey)
clearInFlightCache(tokenValidKey)
clearInFlightCache(orgKey)