insert prices change

This commit is contained in:
nquidox 2026-04-02 17:57:48 +03:00
parent db9684debc
commit 544c5348f1
3 changed files with 10 additions and 10 deletions

View file

@ -170,7 +170,7 @@ func (r *repo) getMerchUuidMap(ctx context.Context, merchUuids []string) (map[st
return nil, err
}
var merchUuidMap map[string]int64
merchUuidMap := make(map[string]int64)
for rows.Next() {
var (
uuid string