diff options
Diffstat (limited to 'extensions/file/lib.rs')
-rw-r--r-- | extensions/file/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/file/lib.rs b/extensions/file/lib.rs index 78e3db814..1dcc02d27 100644 --- a/extensions/file/lib.rs +++ b/extensions/file/lib.rs @@ -76,7 +76,7 @@ pub fn op_file_create_object_url( pub fn op_file_revoke_object_url( state: &mut deno_core::OpState, url: String, - _zero_copy: Option<ZeroCopyBuf>, + _: (), ) -> Result<(), AnyError> { let url = Url::parse(&url)?; let blob_store = state.borrow::<BlobUrlStore>(); |