Skip to content

Commit 33242bf

Browse files
committed
fix: revert read_body name permission command
1 parent 6cf36fb commit 33242bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/http/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#[allow(dead_code)]
77
mod scope;
88

9-
const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_stream_body"];
9+
const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_read_body"];
1010

1111
/// HTTP scope entry.
1212
#[derive(schemars::JsonSchema)]

0 commit comments

Comments
 (0)