Skip to content

Commit

Permalink
Add logging to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgehl3n committed Oct 5, 2023
1 parent 1ec544f commit b5b1f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/UserRoleService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class UserRoleService extends BaseService<UserRole>{
};

try {
console.log(userRole)
const userRoleEntity = await super.Save(userRole);
user.userRoles.push(userRoleEntity);
}
Expand Down

0 comments on commit b5b1f1d

Please sign in to comment.