mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 13:49:40 +00:00
feat: finish create and inquire application api and handle response and errors
This commit is contained in:
@ -198,4 +198,8 @@ export class CustomerService {
|
||||
customer.civilIdBack.url = civilIdBackUrl;
|
||||
return customer;
|
||||
}
|
||||
|
||||
async findAnyCustomer() {
|
||||
return this.customerRepository.findOne({ isGuardian: true });
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user