1
0
Fork 0
mirror of https://git.sr.ht/~ashkeel/strimertul synced 2024-09-18 01:50:50 +00:00

..how did I miss this?

This commit is contained in:
Ash Keel 2021-05-02 21:34:55 +02:00
parent 216d46559c
commit cd00a1b2bd
No known key found for this signature in database
GPG key ID: CF2CC050478BD7E5

View file

@ -30,7 +30,7 @@ type Reward struct {
Description string `json:"description"`
Image string `json:"image"`
Price int64 `json:"price"`
CustomRequest string `json:"required_info,omit_empty"`
CustomRequest string `json:"required_info,omitempty"`
}
type Goal struct {