mirror of
https://github.com/gchq/CyberChef
synced 2026-01-06 02:23:20 +00:00
Quick fix for empty recipe error. Changed deflate back to compression module
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user