refactor: adjustments to variable namings
This commit is contained in:
@@ -402,7 +402,7 @@ VALUES (
|
||||
$3::text,
|
||||
$4::text,
|
||||
$5::text,
|
||||
$6::boolean
|
||||
$6::text
|
||||
)
|
||||
RETURNING id, guid, profile_id, hidden, name, icon_name, color, color_grad, deleted
|
||||
`
|
||||
@@ -413,7 +413,7 @@ type CreateWishListParams struct {
|
||||
Name string
|
||||
IconName string
|
||||
Color string
|
||||
ColorGrad bool
|
||||
ColorGrad string
|
||||
}
|
||||
|
||||
func (q *Queries) CreateWishList(ctx context.Context, arg CreateWishListParams) (WishList, error) {
|
||||
|
||||
Reference in New Issue
Block a user