Skip to content

Commit d4fe498

Browse files
authored
Fix typo in TLP EPL detect (#45)
1 parent c7da97c commit d4fe498

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Printers/Models/PrinterModelDb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export class PrinterModelDb {
2323
// TODO: Make this extensible so it's possible for consumers to add their own
2424
// printers to the enum, match list, etc.
2525
switch (rawModelId) {
26-
case 'UKQ1915 U':
26+
case 'UKQ1915 U':
2727
// TODO: This is an educated guess, validate it!
2828
return PrinterModel.tlp2824;
29-
case 'UKQ1935 U':
29+
case 'UKQ1935 U':
3030
return PrinterModel.tlp2844;
3131

3232
case 'UKQ1915HLU':

0 commit comments

Comments
 (0)