From f1ef85b314cd142d0e6a5c2c414ce17e0f757308 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Sat, 22 Mar 2025 18:17:53 +0100 Subject: [PATCH] fix: :label: Remove unnecessary ts-expect-error --- utils/bull-board.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/bull-board.ts b/utils/bull-board.ts index 83a356f4..f860d2c3 100644 --- a/utils/bull-board.ts +++ b/utils/bull-board.ts @@ -40,6 +40,5 @@ export const applyToHono = (app: OpenAPIHono): void => { }); serverAdapter.setBasePath("/admin/queues"); - // @ts-expect-error Causes infinite instantiation for some reason app.route("/admin/queues", serverAdapter.registerPlugin()); };