Skip to content

Commit

Permalink
Update tenantUsers.service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
arunas-smala committed Jul 24, 2023
1 parent b633668 commit 53e35a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tenantUsers.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export default class TenantUsersService extends moleculer.Service {
});

if (!tenant) {
break;
continue;
}

let role = TenantUserRole.USER;
Expand Down

0 comments on commit 53e35a8

Please sign in to comment.