Fix Postman variable import

This commit is contained in:
Gregory Schier
2024-03-22 10:40:51 -07:00
parent e2a15609bf
commit acb7f2e49b
2 changed files with 7 additions and 6 deletions

View File

@@ -17,10 +17,10 @@ function v(t) {
id: m("wk"),
name: n.name || "Postman Import",
description: n.description || "",
variables: (b = e.variable) == null ? void 0 : b.map((r) => ({
variables: ((b = e.variable) == null ? void 0 : b.map((r) => ({
name: r.key,
value: r.value
}))
}))) ?? []
};
i.workspaces.push(c);
const f = (r, u = null) => {