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();