Fix postman import and import Insomnia gRPC

This commit is contained in:
Gregory Schier
2024-03-18 08:18:04 -07:00
parent e47c2513a8
commit 8afe0c0755
12 changed files with 1861 additions and 83 deletions

View File

@@ -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
};