summary refs log tree commit diff
path: root/src/api
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-10-04 21:55:23 +0200
committerRory& <root@rory.gay>2025-10-04 21:55:23 +0200
commita4e40102116c2e4a2a42172a494822c7d594f750 (patch)
treeb09dfb639ae3a0fb86411c0e122f72163f9181e7 /src/api
parentTemplates, maybe? (diff)
downloadserver-ts-a4e40102116c2e4a2a42172a494822c7d594f750.tar.xz
Fix import
Diffstat (limited to 'src/api')
-rw-r--r--src/api/routes/guilds/templates/index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/routes/guilds/templates/index.ts b/src/api/routes/guilds/templates/index.ts

index 002380ce..121ab6a9 100644 --- a/src/api/routes/guilds/templates/index.ts +++ b/src/api/routes/guilds/templates/index.ts
@@ -1,6 +1,6 @@ /* Spacebar: A FOSS re-implementation and extension of the Discord.com backend. - Copyright (C) 2023 Spacebar and Spacebar Contributors + Copyright (C) 2025 Spacebar and Spacebar Contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published @@ -20,7 +20,7 @@ import { route } from "@spacebar/api"; import { Config, DiscordApiErrors, Guild, GuildTemplateCreateSchema, Member, Template } from "@spacebar/util"; import { Request, Response, Router } from "express"; import fetch from "node-fetch-commonjs"; -import { HTTPError } from "lambert-server*"; +import { HTTPError } from "lambert-server"; const router: Router = Router({ mergeParams: true }); router.get(