From 5bfe0211457b0461240560176c7c6f9f67daa6f2 Mon Sep 17 00:00:00 2001 From: Roomote Date: Tue, 14 Jul 2026 00:01:28 +0000 Subject: [PATCH] fix: dedupe WORKER_RUNTIME_SCHEMA_VERSION import in setup-new tests --- apps/web/src/trpc/commands/setup-new/index.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/trpc/commands/setup-new/index.test.ts b/apps/web/src/trpc/commands/setup-new/index.test.ts index aca2cfeda..ca40c8756 100644 --- a/apps/web/src/trpc/commands/setup-new/index.test.ts +++ b/apps/web/src/trpc/commands/setup-new/index.test.ts @@ -1,5 +1,4 @@ import type { FeatureFlag } from '@roomote/feature-flags'; -import { WORKER_RUNTIME_SCHEMA_VERSION } from '@roomote/types'; import type { UserAuthSuccess } from '@/types';