Skip to content

Commit

Permalink
release/1.0.4c: Fix new event
Browse files Browse the repository at this point in the history
  • Loading branch information
galales committed Nov 11, 2024
1 parent aad053f commit ef225f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/v2/tenant/events.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ message MaintenanceTenantDeletedV2 {
}

message MaintenanceTenantUpdatedV2 {
string tenantId = 1;
TenantV2 tenant = 2;
TenantV2 tenant = 1;
}

message MaintenanceTenantPromotedToCertifierV2 {
Expand Down

0 comments on commit ef225f0

Please sign in to comment.