mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
fix
This commit is contained in:
@@ -12,6 +12,7 @@ export function cacheSet(key, value, reloadTrigger) {
|
||||
cachedKeysByReloadTrigger[reloadTrigger] = [];
|
||||
}
|
||||
cachedKeysByReloadTrigger[reloadTrigger].push(key);
|
||||
delete cachedPromisesByKey[key];
|
||||
}
|
||||
|
||||
export function cacheClean(reloadTrigger) {
|
||||
|
||||
Reference in New Issue
Block a user