2
0
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:
d98762625
2018-04-09 15:21:09 +01:00
parent 76f27dbcdb
commit bbc580e71b
5 changed files with 9 additions and 7 deletions

View File

@@ -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";