fix double array

This commit is contained in:
Mike Dilger 2025-02-15 15:03:06 +13:00
parent fc8d588078
commit 53cca34104
No known key found for this signature in database
GPG Key ID: 47581A78D4329BA4

View File

@ -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,
})))
}