Skip to content

Commit

Permalink
fix(security.gbalib): Transfer issues fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Dec 8, 2021
1 parent 660faaf commit 6ebd38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/security.gbapp/services/SecService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class SecService extends GBService {
}
});

if (agentSystemId === null) {
if (agentSystemId === null && user.agentSystemId ) {
const agent = await GuaribasUser.findOne({
where: {
userSystemId: user.agentSystemId
Expand Down

0 comments on commit 6ebd38d

Please sign in to comment.