wip: remove unused imports, close #10555
This commit is contained in:
parent
31e4e0b75a
commit
9911df12af
2 changed files with 1 additions and 2 deletions
|
@ -37,7 +37,7 @@ import {
|
||||||
UserSecurityKeys,
|
UserSecurityKeys,
|
||||||
} from "../index.js";
|
} from "../index.js";
|
||||||
import type { Instance } from "../entities/instance.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>(
|
const userInstanceCache = new Cache<Instance | null>(
|
||||||
"userInstance",
|
"userInstance",
|
||||||
|
|
|
@ -30,7 +30,6 @@ import { truncate } from "@/misc/truncate.js";
|
||||||
import { StatusError } from "@/misc/fetch.js";
|
import { StatusError } from "@/misc/fetch.js";
|
||||||
import {
|
import {
|
||||||
uriPersonCache,
|
uriPersonCache,
|
||||||
userByIdCache,
|
|
||||||
userDenormalizedCache,
|
userDenormalizedCache,
|
||||||
} from "@/services/user-cache.js";
|
} from "@/services/user-cache.js";
|
||||||
import { publishInternalEvent } from "@/services/stream.js";
|
import { publishInternalEvent } from "@/services/stream.js";
|
||||||
|
|
Loading…
Reference in a new issue