From 46b1c653c0c433932908b7610f60b409af134c76 Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Mon, 12 Apr 2021 21:55:05 +0200 Subject: refactor(deno): remove concept of bin & json ops (#10145) --- op_crates/file/03_blob_url.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'op_crates/file/03_blob_url.js') diff --git a/op_crates/file/03_blob_url.js b/op_crates/file/03_blob_url.js index a3ec90433..570aa4342 100644 --- a/op_crates/file/03_blob_url.js +++ b/op_crates/file/03_blob_url.js @@ -31,7 +31,7 @@ prefix, }); - const url = core.jsonOpSync( + const url = core.opSync( "op_file_create_object_url", blob.type, blob[_byteSequence], @@ -52,7 +52,7 @@ prefix, }); - core.jsonOpSync( + core.opSync( "op_file_revoke_object_url", url, ); -- cgit v1.2.3