2
0
mirror of https://github.com/gchq/CyberChef synced 2026-01-08 19:43:18 +00:00

fix protobuf field order

This commit is contained in:
Oliver Rahner
2022-07-21 16:36:15 +02:00
parent 037590f831
commit 2f89130f41
2 changed files with 7 additions and 7 deletions

View File

@@ -184,7 +184,7 @@ class Protobuf {
bytes: String,
longs: Number,
enums: String,
defualts: true
defaults: true
});
const output = {};