mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
parent
589e173256
commit
e71e38f62e
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user