Skip to content

Commit

Permalink
Merge pull request #46 from virtualidentityag/develop
Browse files Browse the repository at this point in the history
merge
  • Loading branch information
tkuzynow authored Apr 29, 2024
2 parents fd24932 + da60ae6 commit 127e15b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ public void execute(Database database) {
.forEach(
adviceSeekerTenant -> {
log.info(
"Attempt to set tenantId for adviceseeker with id {} to {}",
"advice seeker",
"Attempt to set tenantId for adviceseeker with id {} to {}",
adviceSeekerTenant.getUserId(),
adviceSeekerTenant.getTenantId());

Expand Down

0 comments on commit 127e15b

Please sign in to comment.