From b0e49855f520a1c2528f4e4d2cbe320f2273aa95 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Mon, 19 Aug 2024 15:21:00 +0200 Subject: [PATCH] fix: :label: Temporarily suppress type error until packages get rebranding --- server/api/api/v2/instance/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/api/api/v2/instance/index.ts b/server/api/api/v2/instance/index.ts index 3aec4bd7..a0b645ce 100644 --- a/server/api/api/v2/instance/index.ts +++ b/server/api/api/v2/instance/index.ts @@ -38,6 +38,7 @@ export default (app: Hono) => domain: new URL(config.http.base_url).hostname, title: config.instance.name, version: "4.3.0-alpha.3+glitch", + // @ts-expect-error Temporary until package also gets the rebranding versia_version: version, source_url: "https://github.com/lysand-org/lysand", description: config.instance.description,