Skip to content

Commit

Permalink
fix (data): wrong db tag for key
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrynenko committed Dec 19, 2024
1 parent 9e30297 commit 646b099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/data/kv.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ type KVQ interface {
}

type KV struct {
Key string `db:"id" structs:"-"`
Key string `db:"key" structs:"-"`
Value []byte `db:"value" structs:"value"`
}

0 comments on commit 646b099

Please sign in to comment.