From 6967ffe4f7257a4e3b63128d748e0baccde99f47 Mon Sep 17 00:00:00 2001 From: Shailendra1703 Date: Thu, 11 Sep 2025 23:50:17 +0530 Subject: [PATCH] Fixed Linting issues --- src/core/config/Categories.json | 1 - src/core/operations/RenderPDF.mjs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/config/Categories.json b/src/core/config/Categories.json index fde98f14b..419eb7ea8 100644 --- a/src/core/config/Categories.json +++ b/src/core/config/Categories.json @@ -538,7 +538,6 @@ "Series chart", "Heatmap chart", "Render PDF" - ] }, { diff --git a/src/core/operations/RenderPDF.mjs b/src/core/operations/RenderPDF.mjs index 193d421b7..328bfca37 100644 --- a/src/core/operations/RenderPDF.mjs +++ b/src/core/operations/RenderPDF.mjs @@ -24,7 +24,7 @@ class RenderPDF extends Operation { { "name": "Input format", "type": "option", - "value": ["Base64","Raw"], + "value": ["Base64", "Raw"], } ]; this.checks = [