add missing path property handling
This commit is contained in:
@@ -10,7 +10,7 @@ type UserData struct {
|
||||
}
|
||||
|
||||
type UserDataEditable struct {
|
||||
UserId string `json:'userId'`
|
||||
UserID string `json:'userID'`
|
||||
Type string `json:"type"`
|
||||
Name string `json:"name"`
|
||||
Content string `json:"content"`
|
||||
|
||||
Reference in New Issue
Block a user