Skip to content

Commit

Permalink
Merge pull request #45 from Onlineberatung/develop
Browse files Browse the repository at this point in the history
merge os
  • Loading branch information
tkuzynow authored Apr 29, 2024
2 parents dd54a12 + b8a12ef commit da60ae6
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 da60ae6

Please sign in to comment.