code optimize

This commit is contained in:
2020-01-16 09:59:19 +08:00
parent d82010686d
commit c78f593c70
8 changed files with 20 additions and 14 deletions

View File

@ -1,4 +1,4 @@
import { logger } from "./common";
import { logger } from "./logger";
import { Actions } from "../common";
import { messageSubscribers } from "./messaging";
@ -26,4 +26,6 @@ export class Caches {
}
}, 30000);
}
}
}
export const caches = new Caches();