diff --git a/packages/hoppscotch-app/helpers/import-export/import/postman.ts b/packages/hoppscotch-app/helpers/import-export/import/postman.ts index 07e291787..058637734 100644 --- a/packages/hoppscotch-app/helpers/import-export/import/postman.ts +++ b/packages/hoppscotch-app/helpers/import-export/import/postman.ts @@ -262,7 +262,7 @@ const getHoppReqBody = (item: Item): HoppRESTReqBody => { const getHoppReqURL = (item: Item): string => pipe( - item.request.url.toString(true), + item.request.url.toString(false), S.replace(/\?.+/g, ""), replacePMVarTemplating )