Skip to content

Commit

Permalink
fix(#2573): Fix broken resequenzing of requests (#2574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-treason authored Jul 6, 2024
1 parent 589e173 commit e71e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-electron/src/bru/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit e71e38f

Please sign in to comment.