Merge branch 'refactor/import-export' of https://github.com/hoppscotch/hoppscotch into refactor/import-export

This commit is contained in:
liyasthomas
2022-01-14 20:41:18 +05:30
2 changed files with 22 additions and 12 deletions

View File

@@ -33,8 +33,8 @@ const parseInsomniaDoc = (content: string) =>
TO.tryCatch(() => convert(content))
const replaceVarTemplating = flow(
S.replace(/{{\s+/g, "<<"),
S.replace(/\s+}}/g, ">>")
S.replace(/{{\s*/g, "<<"),
S.replace(/\s*}}/g, ">>")
)
const getFoldersIn = (