Skip to content

Commit

Permalink
Merge pull request #172 from srikanth716/injiver-zing-wasm-library
Browse files Browse the repository at this point in the history
[INJIVER-613]: fix scan qr code issue with bytes
  • Loading branch information
sree96 authored Sep 25, 2024
2 parents 34228bb + a803657 commit ed9c21f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function QrScanner() {
stopVideoStream();
dispatch(
verificationInit({
qrReadResult: { qrData: result.text, status: "SUCCESS" },
qrReadResult: { qrData: result.bytes, status: "SUCCESS" },
flow: "SCAN",
})
);
Expand Down

0 comments on commit ed9c21f

Please sign in to comment.