Fixed Linting issues

This commit is contained in:
Shailendra1703 2025-09-11 23:50:17 +05:30
parent 79eb0df9ee
commit 6967ffe4f7
2 changed files with 1 additions and 2 deletions

View File

@ -538,7 +538,6 @@
"Series chart", "Series chart",
"Heatmap chart", "Heatmap chart",
"Render PDF" "Render PDF"
] ]
}, },
{ {

View File

@ -24,7 +24,7 @@ class RenderPDF extends Operation {
{ {
"name": "Input format", "name": "Input format",
"type": "option", "type": "option",
"value": ["Base64","Raw"], "value": ["Base64", "Raw"],
} }
]; ];
this.checks = [ this.checks = [