remove pointers for optionality -- shockingly easy
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ import (
|
||||
)
|
||||
|
||||
type QueryWithEnumsResponse struct {
|
||||
User *QueryWithEnumsUser `json:"user"`
|
||||
User QueryWithEnumsUser `json:"user"`
|
||||
}
|
||||
|
||||
type QueryWithEnumsUser struct {
|
||||
|
||||
Reference in New Issue
Block a user