fix: make email optional
This commit is contained in:
parent
d237b42314
commit
dd66f560ef
|
@ -4,7 +4,7 @@ type AccountRegisterRequest struct {
|
||||||
Pubkey string `json:"pubkey"`
|
Pubkey string `json:"pubkey"`
|
||||||
Response string `json:"response"`
|
Response string `json:"response"`
|
||||||
Signature string `json:"signature"`
|
Signature string `json:"signature"`
|
||||||
Email string `json:"email"`
|
Email string `json:"email,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type SmallUploadResponse struct {
|
type SmallUploadResponse struct {
|
||||||
|
|
Loading…
Reference in New Issue