From b0d163f07e2ac5cbd653dd67c24ab0f375c013ea Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 13:34:24 -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 2dffd26..0b5c0cb 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -27,7 +27,7 @@ module.exports = { // Create a new PDF document const doc = new PDFDocument({ - size: [204, 400], + size: [204, 1000], margin: 5 });