Skip to content

Commit

Permalink
Merge branch 'release/v1.24.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
appsol committed Jan 16, 2024
2 parents 5bed0e8 + b40bfe1 commit 1f93244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class Auth {
const service = services.data.data.find(
service => service.id === role.service_id
);
role.organisation_id = service.organisation_id;
role.organisation_id = service ? service.organisation_id : null;
}
});

Expand Down

0 comments on commit 1f93244

Please sign in to comment.