diff options
Diffstat (limited to 'cdn/src/routes/role-icons.ts')
-rw-r--r-- | cdn/src/routes/role-icons.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cdn/src/routes/role-icons.ts b/cdn/src/routes/role-icons.ts index a850db88..dd96c90e 100644 --- a/cdn/src/routes/role-icons.ts +++ b/cdn/src/routes/role-icons.ts @@ -2,7 +2,7 @@ import { Router, Response, Request } from "express"; import { Config, Snowflake } from "@fosscord/util"; import { storage } from "../util/Storage"; import FileType from "file-type"; -import { HTTPError } from "lambert-server"; +import { HTTPError } from "@fosscord/util"; import crypto from "crypto"; import { multer } from "../util/multer"; |