feat: mapper function for wishlist dto;
refactor: made database fields for wishlist object not null
This commit is contained in:
@@ -104,8 +104,8 @@ type WishList struct {
|
||||
ProfileID int64
|
||||
Hidden bool
|
||||
Name string
|
||||
IconName *string
|
||||
Color *string
|
||||
ColorGrad *string
|
||||
IconName string
|
||||
Color string
|
||||
ColorGrad string
|
||||
Deleted bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user