Skip to content

Commit ee8c49f

Browse files
committed
Update 2.read-a-drivers-license.html
1 parent c1ccf98 commit ee8c49f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

4.use-case/2.read-a-drivers-license.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1 id='header'>Read A Driver's License <a href="#" id='readAgain' hidden onclic
7272
}
7373
})();
7474
// decode video from camera
75-
showScannerBtn.addEventListener('click', async () => {
75+
showScannerBtn.addEventListener('click', () => {
7676
showScannerBtn.hidden = true;
7777
startScanning(false);
7878
});

0 commit comments

Comments
 (0)