From e46b074c06e71ad50ad5895d9ae27f11c28fefb8 Mon Sep 17 00:00:00 2001 From: alexeh Date: Sun, 20 Oct 2024 07:49:37 +0200 Subject: [PATCH] add map contract, type map controller --- shared/contracts/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/shared/contracts/index.ts b/shared/contracts/index.ts index f1be8c33..3b8df497 100644 --- a/shared/contracts/index.ts +++ b/shared/contracts/index.ts @@ -25,8 +25,3 @@ export const router = contract.router( strictStatusCodes: true, }, ); - -const baseRouterConfig = contract.router( - { authContract, adminContract, usersContract }, - {}, -);