mirror of
https://github.com/gchq/CyberChef
synced 2025-12-13 14:53:15 +00:00
housekeeping & add repl command to package
This commit is contained in:
@@ -50,7 +50,6 @@ class Dish {
|
||||
*/
|
||||
static typeEnum(typeStr) {
|
||||
switch (typeStr.toLowerCase()) {
|
||||
case "array":
|
||||
case "bytearray":
|
||||
case "byte array":
|
||||
return Dish.BYTE_ARRAY;
|
||||
|
||||
Reference in New Issue
Block a user