Skip to content

Commit

Permalink
fix incorrect barcode encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzhirkevich committed Mar 3, 2024
1 parent 9641cba commit db0ed7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ enum class BarcodeType(val encoder: BarcodeEncoder) {

Codabar(CodabarEncoder),
Code39(Code39Encoder),
Code93(Code39Encoder),
Code93(Code93Encoder),
Code128(Code128Encoder),
EAN8(CodeEAN8Encoder),
EAN13(CodeEAN13Encoder),
Expand Down

0 comments on commit db0ed7e

Please sign in to comment.