mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-25 05:35:41 +00:00
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user