summary refs log tree commit diff
path: root/api/src/routes/gifs/trending.ts
diff options
context:
space:
mode:
Diffstat (limited to 'api/src/routes/gifs/trending.ts')
-rw-r--r--api/src/routes/gifs/trending.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/gifs/trending.ts b/api/src/routes/gifs/trending.ts
index bc143f00..61eb76c4 100644
--- a/api/src/routes/gifs/trending.ts
+++ b/api/src/routes/gifs/trending.ts
@@ -3,7 +3,7 @@ import fetch from "node-fetch";
 import ProxyAgent from 'proxy-agent';
 import { route } from "@fosscord/api";
 import { Config } from "@fosscord/util";
-import { HTTPError } from "lambert-server";
+import { HTTPError } from "@fosscord/util";
 
 const router = Router();