fix: revert read_body name permission command

pull/2522/head
adrieljss 4 months ago
parent 6cf36fb566
commit 33242bf5a3
No known key found for this signature in database
GPG Key ID: 849F13CBD0B4AD05

@ -6,7 +6,7 @@
#[allow(dead_code)]
mod scope;
const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_stream_body"];
const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_read_body"];
/// HTTP scope entry.
#[derive(schemars::JsonSchema)]

Loading…
Cancel
Save