Merge branch 'refactor/import-export' of https://github.com/hoppscotch/hoppscotch into refactor/import-export
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user