Skip to content

Commit

Permalink
(+semver:fix) don't return nil after returning first of subscriptions…
Browse files Browse the repository at this point in the history
… values, we want all of the topics values initially
  • Loading branch information
k-grant committed Nov 9, 2020
1 parent 13d3e11 commit ea71a60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/datastore/kvstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ func (s *KVStore) Subscribe(ctx context.Context, subscription *apiv1.SubscribeRe
if err != nil {
return errors.Wrap(err, "failed callback")
}

return nil
}
return nil
})
Expand Down

0 comments on commit ea71a60

Please sign in to comment.