mirror of
https://github.com/gchq/CyberChef
synced 2026-01-10 12:33:16 +00:00
Use proper booleans instead of relying on truthy/falsy values
This commit is contained in:
@@ -30,7 +30,7 @@ class FrequencyDistribution extends Operation {
|
||||
{
|
||||
"name": "Show 0%s",
|
||||
"type": "boolean",
|
||||
"value": "Entropy.FREQ_ZEROS"
|
||||
"value": true
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user