fix: change permission command

pull/2522/head
adrieljss 4 months ago
parent daadfd9c39
commit 70501935b0
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_read_body"];
const COMMANDS: &[&str] = &["fetch", "fetch_cancel", "fetch_send", "fetch_stream_body"];
/// HTTP scope entry.
#[derive(schemars::JsonSchema)]

Loading…
Cancel
Save