fix: issues with codegen (#3293)

* fix: fix issues with httpsnippet upgrade

* chore: fix HttpSnippet import
This commit is contained in:
Akash K
2023-08-28 15:57:44 +05:30
committed by GitHub
parent 3e83828722
commit fd162e242c
5 changed files with 274 additions and 184 deletions

View File

@@ -1,4 +1,4 @@
import * as HTTPSnippet from "httpsnippet"
import { HTTPSnippet } from "httpsnippet"
import { HoppRESTRequest } from "@hoppscotch/data"
import * as O from "fp-ts/Option"
import * as E from "fp-ts/Either"