fix(barcode-scanner): wrong barcode format identifier PDF417 -> PDF_417 (#2574)

This commit is contained in:
filippo 2018-06-29 21:38:46 +02:00 committed by Daniel Sogl
parent 9f9a3461f7
commit 61714ff7ca

View File

@ -68,7 +68,7 @@ export interface BarcodeScanResult {
| 'ITF'
| 'RSS14'
| 'RSS_EXPANDED'
| 'PDF417'
| 'PDF_417'
| 'AZTEC'
| 'MSI';
cancelled: boolean;