From 33242bf5a3db996f9ff402a7275f073d832570db Mon Sep 17 00:00:00 2001 From: adrieljss Date: Wed, 12 Mar 2025 00:01:30 +0800 Subject: [PATCH] fix: revert read_body name permission command --- plugins/http/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/http/build.rs b/plugins/http/build.rs index b44e0523..a4b802ad 100644 --- a/plugins/http/build.rs +++ b/plugins/http/build.rs @@ -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)]