fix build

This commit is contained in:
Aleksandr Trushkin
2024-02-04 22:00:19 +03:00
parent 71a47fa135
commit a224f249d5

View File

@ -31,6 +31,7 @@ func newGoodsItemClient(db *badger.DB, serializeAsJSON bool) *goodsItemClient {
s = goodsItemJSONSerializer{}
} else {
s = goodsItemFlatbufSerializer{}
}
return &goodsItemClient{
db: db,