From b6f393bd4603edbfd8a469bfde5ad6130c0ea790 Mon Sep 17 00:00:00 2001 From: qowevisa Date: Thu, 28 Nov 2024 15:08:25 +0200 Subject: [PATCH] Add Item to DbItemBought --- types/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types/types.go b/types/types.go index 399740d..fdb3f53 100644 --- a/types/types.go +++ b/types/types.go @@ -178,4 +178,5 @@ type DbItemBought struct { TotalCost uint64 `json:"total_cost" example:"2050"` MetricType uint8 `json:"metric_type" example:"0"` MetricValue uint64 `json:"metric_value" example:"100"` + Item DbItem `json:"itme"` }