Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mautsch committed Jul 7, 2024
1 parent df5fa4e commit c62145a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ public record EventData (
Object payload
) {
public EventData {
TenantContext.setContext(tenantInfos);
TenantContext.setContext(tenantInfos); //little hacky, if the object is created on deserialization the tenantcontext will be set
}
}

0 comments on commit c62145a

Please sign in to comment.