diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-07-19 07:21:26 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-09 23:28:27 +0200 |
commit | 279ec10081f245f4d5bbca8b63485c841f619e35 (patch) | |
tree | 4e58b7bb26fa3f5f60cfc8888b9f37a258146083 /api/src/routes/gifs/trending.ts | |
parent | update node types to v18, ditch node-fetch (diff) | |
download | server-279ec10081f245f4d5bbca8b63485c841f619e35.tar.xz |
State update, havent tested
Diffstat (limited to 'api/src/routes/gifs/trending.ts')
-rw-r--r-- | api/src/routes/gifs/trending.ts | 2 |
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(); |