fix protobuf field order

This commit is contained in:
Oliver Rahner 2022-07-21 16:36:15 +02:00
parent 037590f831
commit 2f89130f41
No known key found for this signature in database
GPG key ID: 8658521FC5B6D857
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 = {};