From fd034c9ae62da18deabc5da47f16e99861d16448 Mon Sep 17 00:00:00 2001 From: M_Kececi Date: Fri, 13 Mar 2026 14:00:11 +0300 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- svc/routes/product_images.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/routes/product_images.go b/svc/routes/product_images.go index f996956..c8543f6 100644 --- a/svc/routes/product_images.go +++ b/svc/routes/product_images.go @@ -132,7 +132,7 @@ ORDER BY b.id DESC ` - rows, err := pg.Query(query, code, dim1, dim3) + rows, err := pg.Query(query, code) if err != nil {