Skip to content

Commit

Permalink
Update UserService.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kazi-naimul authored Oct 16, 2022
1 parent 5f41859 commit 20b80e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/service/UserService.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class UserService {
userBody.uuid = uuid;
userBody.status = userConstant.STATUS_ACTIVE;
userBody.email_verified = userConstant.EMAIL_VERIFIED_FALSE;
userBody.default_user = userConstant.DEFAULT_USER_YES;
userBody.role = userConstant.ROLE_AGENCY_ADMIN;

let userData = await this.userDao.create(userBody);

Expand Down

0 comments on commit 20b80e4

Please sign in to comment.