Skip to content

Commit 3452e72

Browse files
chore: remove unused imports
1 parent 5f99819 commit 3452e72

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

packages/hoppscotch-common/src/helpers/auth/types/basic.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
HoppRESTRequest,
55
Environment,
66
HoppRESTHeader,
7-
HoppRESTParam,
87
} from "@hoppscotch/data"
98

109
export async function generateBasicAuthHeaders(

packages/hoppscotch-common/src/helpers/auth/types/bearer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
HoppRESTRequest,
55
Environment,
66
HoppRESTHeader,
7-
HoppRESTParam,
87
} from "@hoppscotch/data"
98

109
export async function generateBearerAuthHeaders(

packages/hoppscotch-common/src/helpers/auth/types/digest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
HoppRESTRequest,
55
Environment,
66
HoppRESTHeader,
7-
HoppRESTParam,
87
} from "@hoppscotch/data"
98
import {
109
DigestAuthParams,

packages/hoppscotch-common/src/helpers/auth/types/hawk.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
HoppRESTRequest,
66
Environment,
77
HoppRESTHeader,
8-
HoppRESTParam,
98
} from "@hoppscotch/data"
109
import { getFinalBodyFromRequest } from "~/helpers/utils/EffectiveURL"
1110

0 commit comments

Comments
 (0)