From 0ae8ed322d948c53aa46c0dda20fe8f72e770b77 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 12:51:29 -0400 Subject: [PATCH] . --- mccs-it/thermal/modules/Thermal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 3b4af4b..f07b1dd 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -29,7 +29,7 @@ module.exports = { doc.pipe(printer.stdin); // Add image and text to the PDF - doc.image('../public/itslogo.jpg', { + doc.image('itslogo.jpg', { fit: [576, 261], align: 'center', valign: 'top'