fix: not being able to change settings (#359)
Former-commit-id: 6230e0e979ca561a778be5f1aa245e85adb808e9 [formerly a14bfa497f716aa95a6b24d04e09361f06ff0b31] [formerly 008421161a7563ce29631cd103eef34597dd211a [formerly 7e962180b26ea6bdf7fce95b99593000b9ff07a0]] Former-commit-id: 3ac8515e4d0d2fff862af27ef14b23a8a66226a6 [formerly 83798c187f0df689f85f4118140661f04c051d60] Former-commit-id: 1edf72e1db7824b1a64fbd97889835d20d9af500
This commit is contained in:
		
							parent
							
								
									85e5beaa4a
								
							
						
					
					
						commit
						ab643cd0c4
					
				| 
						 | 
					@ -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