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