fix: not being able to change settings (#359)
parent
d117e4d005
commit
7e962180b2
|
@ -11,7 +11,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type modifySettingsRequest struct {
|
type modifySettingsRequest struct {
|
||||||
*modifyRequest
|
modifyRequest
|
||||||
Data struct {
|
Data struct {
|
||||||
CSS string `json:"css"`
|
CSS string `json:"css"`
|
||||||
Commands map[string][]string `json:"commands"`
|
Commands map[string][]string `json:"commands"`
|
||||||
|
|
|
@ -18,7 +18,7 @@ type modifyRequest struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type modifyUserRequest struct {
|
type modifyUserRequest struct {
|
||||||
*modifyRequest
|
modifyRequest
|
||||||
Data *fm.User `json:"data"`
|
Data *fm.User `json:"data"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue