fix: fix typescript issues

This commit is contained in:
Andrew Bastin
2021-07-24 17:45:48 -04:00
parent f0aaca2639
commit 4508e309c2
5 changed files with 38 additions and 39 deletions

View File

@@ -108,6 +108,11 @@ export default defineComponent({
headers,
preRequestScript: "",
testScript: "",
body: {
contentType: "application/json",
body: "",
isRaw: false,
},
})
)
} catch (error) {