Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalfredsson committed Aug 17, 2023
1 parent 99c4f35 commit 2d1265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/BarcodeScanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const BarcodeScanner: React.FC<{}> = () => {
onDecodeResult(result) {
setResult(result.getText());
},
onDecodeException(error) {
onDecodeError(error) {
// eslint-disable-next-line no-console
console.log(error);
},
Expand Down

0 comments on commit 2d1265d

Please sign in to comment.