From 70501935b05691c3fb07fa07e3df988642370cdc Mon Sep 17 00:00:00 2001 From: adrieljss Date: Tue, 11 Mar 2025 23:50:17 +0800 Subject: [PATCH] fix: change 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 a4b802ad..b44e0523 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_read_body"]; +const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_stream_body"]; /// HTTP scope entry. #[derive(schemars::JsonSchema)]