feat(scum): remove fake management surfaces
This commit is contained in:
@@ -239,7 +239,7 @@ func safeCommandField(key string, value any) bool {
|
||||
}
|
||||
|
||||
func unsupportedResult(code string) CommandResult {
|
||||
return CommandResult{Status: "failed", Summary: "typed operation unavailable", Payload: map[string]any{"result": code}}
|
||||
return CommandResult{Status: "failed", Summary: "operation unavailable", Payload: map[string]any{"result": code}}
|
||||
}
|
||||
func redactTypedPayload(payload map[string]any) map[string]any {
|
||||
result := map[string]any{}
|
||||
|
||||
Reference in New Issue
Block a user