fix build
This commit is contained in:
parent
33a20b9f2e
commit
9efa022cd6
@ -11,12 +11,6 @@ export async function addMasters(...variables: Parameters<CustomersService['addM
|
||||
return service.addMasters(...variables);
|
||||
}
|
||||
|
||||
export async function createCustomer(...variables: Parameters<CustomersService['createCustomer']>) {
|
||||
const service = await getService();
|
||||
|
||||
return service.createCustomer(...variables);
|
||||
}
|
||||
|
||||
export async function getClients(...variables: Parameters<CustomersService['getClients']>) {
|
||||
const service = await getService();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user