Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed May 28, 2024
1 parent 9e3f588 commit 91797e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/mls/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 91797e7

Please sign in to comment.