Skip to content

Commit

Permalink
Merge 9039716 into e52ac64
Browse files Browse the repository at this point in the history
  • Loading branch information
jillingk committed Jun 21, 2022
2 parents e52ac64 + 9039716 commit 0c3a4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typings/terminal/outputBarcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export namespace OutputBarcode {
Ean13 = <any> 'EAN13',
Ean8 = <any> 'EAN8',
Pdf417 = <any> 'PDF417',
Qrcode = <any> 'QRCODE',
Qrcode = <any> 'QRCode',
Upca = <any> 'UPCA'
}
}

0 comments on commit 0c3a4e2

Please sign in to comment.