Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Kapsiak committed Oct 17, 2024
1 parent d49d135 commit 7632ac5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/BarcodeScanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
let promise;
let decode_promise = null;
let selected_device_id = null;
let device_id=null;
let no_cameras=false;
async function onSelectDevice() {
Expand Down

0 comments on commit 7632ac5

Please sign in to comment.