diff options
Diffstat (limited to 'op_crates/file/03_blob_url.js')
-rw-r--r-- | op_crates/file/03_blob_url.js | 4 |
1 files changed, 2 insertions, 2 deletions
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, ); |