field fix
This commit is contained in:
parent
8d80855194
commit
a098baa253
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ func (s *service) getSingleMerch(ctx context.Context, userId int64, merchUuid st
|
||||||
}
|
}
|
||||||
|
|
||||||
return &singleMerchResponse{
|
return &singleMerchResponse{
|
||||||
MerchUuid: merch.MerchUuid,
|
MerchUuid: merchUuid,
|
||||||
Name: merch.Name,
|
Name: merch.Name,
|
||||||
Origins: links,
|
Origins: links,
|
||||||
}, nil
|
}, nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue