diff --git a/pkg/mls/store/store.go b/pkg/mls/store/store.go index 04dcc58f..2c2f42ca 100644 --- a/pkg/mls/store/store.go +++ b/pkg/mls/store/store.go @@ -134,7 +134,6 @@ func (s *Store) PublishIdentityUpdate(ctx context.Context, req *identity.Publish } updates = append(updates, identityUpdate) } - _ = append(updates, newUpdate) state, err := validationService.GetAssociationState(ctx, updates, []*associations.IdentityUpdate{newUpdate}) if err != nil {