mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 16:26:16 -04:00
housekeeping & add repl command to package
This commit is contained in:
parent
cc840c050b
commit
431f1d4be0
5 changed files with 3 additions and 5 deletions
|
@ -50,7 +50,6 @@ class Dish {
|
|||
*/
|
||||
static typeEnum(typeStr) {
|
||||
switch (typeStr.toLowerCase()) {
|
||||
case "array":
|
||||
case "bytearray":
|
||||
case "byte array":
|
||||
return Dish.BYTE_ARRAY;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue