Renamed file and refactored, added new TODO

This commit is contained in:
Jason Casareno
2022-08-01 13:07:27 -07:00
parent 5538b9a5b9
commit 7bf66d8339
2 changed files with 7 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ import {
HoppRESTHeader,
HoppRESTParam,
} from "@hoppscotch/data"
import { parseTemplateStringV } from "@hoppscotch/data/src/pathVariables"
import { parseTemplateStringV } from "@hoppscotch/data/src/variables"
import { arrayFlatMap, arraySort } from "../functional/array"
import { toFormData } from "../functional/formData"
import { tupleToRecord } from "../functional/record"