Skip to content

Commit

Permalink
fix: return 0 in execute script avoid complaint re missing value (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Lipps <jlipps@gmail.com>
  • Loading branch information
dhmmNagra and jlipps committed Dec 15, 2023
1 parent 3b88561 commit c4f7c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ export const AsyncScripts = Object.freeze({
reset: () => {
window.localStorage.clear();
window.location.reload();
return 0;
},
});

0 comments on commit c4f7c0b

Please sign in to comment.