From 215b7fd321c0f7ca7836e94a7ef6549db9c49f11 Mon Sep 17 00:00:00 2001 From: M_Kececi Date: Wed, 24 Jun 2026 20:42:40 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- svc/routes/product_series.go | 1 + 1 file changed, 1 insertion(+) diff --git a/svc/routes/product_series.go b/svc/routes/product_series.go index 9e23a6a..84dd4f6 100644 --- a/svc/routes/product_series.go +++ b/svc/routes/product_series.go @@ -7,6 +7,7 @@ import ( "database/sql" "encoding/json" "fmt" + "log" "net/http" "sort" "strconv"