Skip to content

Commit

Permalink
don't assert key (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbocrime authored Apr 18, 2024
1 parent bfb1013 commit 7289840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/extension/src/wasm-build-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function executeWorker(
witness,
fullViewingKey,
actionPlanIndex,
keyFileNames[actionType]!.href,
keyFileNames[actionType]?.href,
);

return action.toJson();
Expand Down

0 comments on commit 7289840

Please sign in to comment.