mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
refactor: split the services to multiple service classes (#202)
This commit is contained in:
@@ -17,7 +17,6 @@ export default class SaleNotifyBySms {
|
||||
if (!personalPhone) {
|
||||
throw new ServiceError(ERRORS.CUSTOMER_HAS_NO_PHONE_NUMBER);
|
||||
}
|
||||
|
||||
this.validateCustomerPhoneNumberLocally(personalPhone);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user