minor fixes

This commit is contained in:
Aleksandr Trushkin
2024-02-04 21:43:38 +03:00
parent 3d5b88ab99
commit 308d48b948
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ func (c *client) Category() entity.CategoryRepository {
}
func (c *client) GoodsItem() entity.GoodsItemRepository {
return newGoodsItemClient(c.db)
return newGoodsItemClient(c.db, useJSON)
}
func (c *client) QueueClient() entity.MessageQueue {