mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 22:43:11 +02:00
Fix postman import and import Insomnia gRPC
This commit is contained in:
@@ -9,7 +9,7 @@ function q(e) {
|
||||
const i = {
|
||||
workspaces: [],
|
||||
environments: [],
|
||||
requests: [],
|
||||
httpRequests: [],
|
||||
folders: []
|
||||
}, c = {
|
||||
model: "workspace",
|
||||
@@ -53,7 +53,7 @@ function q(e) {
|
||||
}))
|
||||
]
|
||||
};
|
||||
i.requests.push(g);
|
||||
i.httpRequests.push(g);
|
||||
} else
|
||||
console.log("Unknown item", r, u);
|
||||
};
|
||||
@@ -156,5 +156,6 @@ function m(e) {
|
||||
return n;
|
||||
}
|
||||
export {
|
||||
m as generateId,
|
||||
q as pluginHookImport
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user