update customer driver,
This commit is contained in:
6
002_source/cms/src/db/Customers/Delete.tsx
Normal file
6
002_source/cms/src/db/Customers/Delete.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { pb } from '@/lib/pb';
|
||||
import { COL_CUSTOMERS } from '@/constants';
|
||||
|
||||
export async function deleteCustomer(id) {
|
||||
return pb.collection(COL_CUSTOMERS).delete(id);
|
||||
}
|
Reference in New Issue
Block a user