import fix
This commit is contained in:
parent
06d19729c9
commit
5e402f689d
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ package merch
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"github.com/gofrs/uuid"
|
"github.com/google/uuid"
|
||||||
)
|
)
|
||||||
|
|
||||||
func (s *service) createLabel(ctx context.Context, userId int64, label *LabelDTO) error {
|
func (s *service) createLabel(ctx context.Context, userId int64, label *LabelDTO) error {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue