mirror of
https://github.com/gchq/CyberChef.git
synced 2026-02-03 14:00:40 -08:00
Fixed Linting issues
This commit is contained in:
parent
79eb0df9ee
commit
6967ffe4f7
2 changed files with 1 additions and 2 deletions
|
|
@ -538,7 +538,6 @@
|
|||
"Series chart",
|
||||
"Heatmap chart",
|
||||
"Render PDF"
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ class RenderPDF extends Operation {
|
|||
{
|
||||
"name": "Input format",
|
||||
"type": "option",
|
||||
"value": ["Base64","Raw"],
|
||||
"value": ["Base64", "Raw"],
|
||||
}
|
||||
];
|
||||
this.checks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue