fix(#2573): Fix broken resequenzing of requests (#2574)

This commit is contained in:
Timon 2024-07-06 19:37:36 +02:00 committed by GitHub
parent 589e173256
commit e71e38f62e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,7 +168,7 @@ const jsonToBru = (json) => {
type = 'http';
}
const sequence = _.get(json, 'meta.seq');
const sequence = _.get(json, 'seq');
const bruJson = {
meta: {
name: _.get(json, 'name'),