From 9efa022cd63b118f4ad885110adabd0f1fd2e5a4 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 3 Jul 2025 20:54:08 +0300 Subject: [PATCH] fix build --- apps/web/actions/api/customers.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/web/actions/api/customers.ts b/apps/web/actions/api/customers.ts index 9ea6faf..5f2cf8d 100644 --- a/apps/web/actions/api/customers.ts +++ b/apps/web/actions/api/customers.ts @@ -11,12 +11,6 @@ export async function addMasters(...variables: Parameters) { - const service = await getService(); - - return service.createCustomer(...variables); -} - export async function getClients(...variables: Parameters) { const service = await getService();