Skip to content

Commit a61d0f6

Browse files
committed
chore: rebase main
1 parent e99defa commit a61d0f6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

crates/web-client/js/workers/web-client-methods-worker.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,13 +281,10 @@ async function processMessage(event) {
281281
const { action, args, methodName, requestId } = event.data;
282282
try {
283283
if (action === WorkerAction.INIT) {
284-
<<<<<<< HEAD
285-
const [rpcUrl, noteTransportUrl, seed] = args;
286284
// Initialize the WASM WebClient.
287-
const wasm = await getWasmOrThrow();
288-
=======
289285
const [rpcUrl, noteTransportUrl, seed, getKey, insertKey, sign] = args;
290-
>>>>>>> f0c47b8a (feat: enable external keystore through callbacks in worker thread)
286+
const wasm = await getWasmOrThrow();
287+
291288
wasmWebClient = new wasm.WebClient();
292289
// Initialize the WASM WebClient.
293290
if (getKey || insertKey || sign) {

0 commit comments

Comments
 (0)