From f21948baad35e58a3b85fe3103163cc201b1ef89 Mon Sep 17 00:00:00 2001 From: Skylar Grant Date: Mon, 9 Sep 2024 13:14:39 -0400 Subject: [PATCH] ? --- mccs-it/thermal/modules/Thermal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 5337c11..b71e642 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -16,12 +16,13 @@ module.exports = { `${studentId}`, '', 'Note: When signing into the MyKV Portal, use your Username not your Email.', + '', 'For further assistance contact ithelp@mainecc.edu' ]; const infoString = infoArray.join('\n'); // Create a new PDF document in-memory const doc = new PDFDocument({ - size: [204], + size: [204, 450], margin: 0 });