Skip to content

Commit

Permalink
fix: missing break statement, issue #92
Browse files Browse the repository at this point in the history
  • Loading branch information
martok committed Oct 13, 2023
1 parent df44d64 commit 020b7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function evaluateFix(fix, script, csp, contentReplace) {
csp["script-src"].push("unpkg.com");
script.push({"src": "https://unpkg.com/[email protected]/dist/audioworklet-polyfill.js",
"integrity": "sha384-L9mKvqkYay3gVKj2niZxzS+3bnDXuvYMdwYl9fzT3Bjt/86pYf0RjvYBGIYZt/Kn"});

break;
case "std-BlobArrayBuffer":
script.push(pf.Blob_arrayBuffer);
break;
Expand Down

0 comments on commit 020b7d4

Please sign in to comment.