refactor: remove unused import
This commit is contained in:
parent
df4cf7822e
commit
9ff89d95cd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import type {
|
|||
ILocalUser,
|
||||
} from "@/models/entities/user.js";
|
||||
import { Users } from "@/models/index.js";
|
||||
import { Cache, HashCache } from "@/misc/cache.js";
|
||||
import { Cache } from "@/misc/cache.js";
|
||||
import { redisClient, subscriber } from "@/db/redis.js";
|
||||
|
||||
export const userByIdCache = new Cache<CacheableUser>("userById", 60 * 30);
|
||||
|
|
Loading…
Reference in a new issue