refactor: update codegen and curlparser

This commit is contained in:
nivedin
2024-02-14 19:11:19 +05:30
committed by Andrew Bastin
parent 359633102e
commit ca1a4ec31b
2 changed files with 22 additions and 1 deletions

View File

@@ -181,5 +181,6 @@ export const parseCurlCommand = (curlCommand: string) => {
testScript: defaultRESTReq.testScript,
auth,
body: finalBody,
requestVariables: defaultRESTReq.requestVariables,
})
}