Skip to content

Commit

Permalink
Merge pull request #54 from TickLabVN/hotfix/let-cups-chose-printer
Browse files Browse the repository at this point in the history
Hotfix/let cups chose printer
  • Loading branch information
quannhg authored Dec 6, 2023
2 parents 62d1efe + 7073e3d commit f405b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/printingRequest.handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ const uploadConfigToPrintingRequest: Handler<UploadConfigResultDto, { Params: Up

const printFileFromBuffer = async (printer: Printer, fileBuffer: Buffer) => {
try {
await printer.print(fileBuffer, 'AUTO', 'Canon_MF3010_3');
await printer.print(fileBuffer, 'AUTO');
} catch (err) {
throw err;
}
Expand Down

0 comments on commit f405b80

Please sign in to comment.