Fixed build issues
This commit is contained in:
@@ -49,6 +49,10 @@ export const customersService = {
|
||||
throw error;
|
||||
}
|
||||
},
|
||||
customerDetails: async (id: string) => {
|
||||
const response = await api.get(API_ENDPOINTS.CUSTOMERS.DETAILS(id));
|
||||
return response.data;
|
||||
},
|
||||
assignCompanyToCustomer: async ({
|
||||
credentials,
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user