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 });