Skip to content

Commit

Permalink
prettier --write .
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Dec 10, 2024
1 parent 436d5d8 commit 7ca38c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ let modPromise = null;
*/
async function loadModuleAsync() {
const { instance } = await WebAssembly.instantiateStreaming(fetch(moduleUrl), {

// @ts-expect-error: The bindings don't exactly match the 'ExportValue' type
"./matrix_sdk_crypto_wasm_bg.js": bindings,
});
Expand Down

0 comments on commit 7ca38c5

Please sign in to comment.