Skip to content

Commit 6a824d0

Browse files
author
Lucas Wang
authored
Fix bug by using the UserMeta field (#873)
1 parent 8c85c27 commit 6a824d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publisher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func (p *publisher) publishUpdates(reqs requests) {
9696
kv := &pb.KV{
9797
Key: y.ParseKey(k),
9898
Value: y.SafeCopy(nil, e.Value),
99-
Meta: []byte{e.UserMeta},
99+
UserMeta: []byte{e.UserMeta},
100100
ExpiresAt: e.ExpiresAt,
101101
Version: y.ParseTs(k),
102102
}

0 commit comments

Comments
 (0)