mirror of
https://github.com/mikedilger/chorus.git
synced 2026-04-03 06:41:16 +00:00
fix double array
This commit is contained in:
parent
fc8d588078
commit
53cca34104
@ -377,7 +377,7 @@ pub fn handle_inner(pubkey: Pubkey, command: Value) -> Result<Option<Value>, Err
|
||||
}
|
||||
|
||||
Ok(Some(json!({
|
||||
"result": [need_moderation],
|
||||
"result": need_moderation,
|
||||
})))
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user