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 (#13)
k-grant authored Nov 10, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent de4d7c8 commit c9c2348
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
@@ -183,8 +183,6 @@ func (s *KVStore) Subscribe(ctx context.Context, subscription *apiv1.SubscribeRe
if err != nil {
return errors.Wrap(err, "failed callback")
}

return nil
}
return nil
})

0 comments on commit c9c2348

Please sign in to comment.