mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-15 15:20:58 +00:00
remove all import from ./index
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
import { TimeSpan } from "./Timespan";
|
||||
import { sleep } from "./index";
|
||||
import { sleep } from "./Sleep";
|
||||
|
||||
export class SingletonCache<T> {
|
||||
private expiry: TimeSpan;
|
||||
|
||||
Reference in New Issue
Block a user