From 49cbde2c73aa6fee2e6d6a86ad7e6ae3a38dbd53 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 13:13:59 -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 6c8afac..5337c11 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -21,7 +21,7 @@ module.exports = { const infoString = infoArray.join('\n'); // Create a new PDF document in-memory const doc = new PDFDocument({ - size: [204, 1000], + size: [204], margin: 0 });