wip: remove unused imports, close #10555

This commit is contained in:
Namekuji 2023-07-30 21:59:20 -04:00
parent 31e4e0b75a
commit 9911df12af
No known key found for this signature in database
GPG key ID: 1D62332C07FBA532
2 changed files with 1 additions and 2 deletions

View file

@ -37,7 +37,7 @@ import {
UserSecurityKeys,
} from "../index.js";
import type { Instance } from "../entities/instance.js";
import { userByIdCache, userDenormalizedCache } from "@/services/user-cache.js";
import { userDenormalizedCache } from "@/services/user-cache.js";
const userInstanceCache = new Cache<Instance | null>(
"userInstance",

View file

@ -30,7 +30,6 @@ import { truncate } from "@/misc/truncate.js";
import { StatusError } from "@/misc/fetch.js";
import {
uriPersonCache,
userByIdCache,
userDenormalizedCache,
} from "@/services/user-cache.js";
import { publishInternalEvent } from "@/services/stream.js";