feat: mapper function for wishlist dto;

refactor: made database fields for wishlist object not null
This commit is contained in:
2025-08-13 21:22:18 +03:00
parent af69c4fe07
commit 711b1ad5d1
4 changed files with 48 additions and 11 deletions

View File

@@ -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
}