mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 15:56:16 -04:00
Quick fix for empty recipe error. Changed deflate back to compression module
This commit is contained in:
parent
76f27dbcdb
commit
bbc580e71b
5 changed files with 9 additions and 7 deletions
|
@ -28,7 +28,7 @@ class RawDeflate extends Operation {
|
|||
super();
|
||||
|
||||
this.name = "Raw Deflate";
|
||||
this.module = "Default";
|
||||
this.module = "Compression";
|
||||
this.description = "Compresses data using the deflate algorithm with no headers.";
|
||||
this.inputType = "byteArray";
|
||||
this.outputType = "byteArray";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue