From 91797e78d9c14ec68825484b15aecfb33984d4c3 Mon Sep 17 00:00:00 2001 From: Nicholas Molnar <65710+neekolas@users.noreply.github.com> Date: Tue, 28 May 2024 11:04:26 -0700 Subject: [PATCH] Remove unused line --- pkg/mls/store/store.go | 1 - 1 file changed, 1 deletion(-) 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 {