import fix

This commit is contained in:
nquidox 2026-03-13 21:13:29 +03:00
parent 06d19729c9
commit 5e402f689d

View file

@ -2,7 +2,7 @@ package merch
import (
"context"
"github.com/gofrs/uuid"
"github.com/google/uuid"
)
func (s *service) createLabel(ctx context.Context, userId int64, label *LabelDTO) error {