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 {