fix: create partner

This commit is contained in:
ilham
2021-12-22 14:56:31 +07:00
parent 16058db62c
commit 0bb1800696
2 changed files with 5 additions and 1 deletions

View File

@@ -15,4 +15,7 @@ export class CreatePartnerDto {
@IsNotEmpty()
password_account: string;
@IsNotEmpty()
phone_number: string;
}