diff options
Diffstat (limited to 'runtime/ops/fetch.rs')
-rw-r--r-- | runtime/ops/fetch.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ops/fetch.rs b/runtime/ops/fetch.rs index 9ab86858d..3cb0c6c78 100644 --- a/runtime/ops/fetch.rs +++ b/runtime/ops/fetch.rs @@ -16,8 +16,8 @@ pub fn init( .unwrap() }); state.put::<HttpClientDefaults>(HttpClientDefaults { - ca_data, user_agent, + ca_data, }); } super::reg_json_sync(rt, "op_fetch", deno_fetch::op_fetch::<Permissions>); |