2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-15 07:43:22 +00:00

Use proper booleans instead of relying on truthy/falsy values

This commit is contained in:
Alexander Prinzhorn
2020-04-16 09:59:43 +02:00
parent 4c3324aea1
commit 7f4b2574b0
5 changed files with 27 additions and 15 deletions

View File

@@ -38,7 +38,7 @@ class ExtractFiles extends Operation {
{
name: "Ignore failed extractions",
type: "boolean",
value: "true"
value: true
}
]);
}