Skip to content

Commit

Permalink
Fix bug by using the UserMeta field (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wang authored Jun 19, 2019
1 parent 8c85c27 commit 6a824d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (p *publisher) publishUpdates(reqs requests) {
kv := &pb.KV{
Key: y.ParseKey(k),
Value: y.SafeCopy(nil, e.Value),
Meta: []byte{e.UserMeta},
UserMeta: []byte{e.UserMeta},
ExpiresAt: e.ExpiresAt,
Version: y.ParseTs(k),
}
Expand Down

0 comments on commit 6a824d0

Please sign in to comment.