Small naming changes

This commit is contained in:
Jason Casareno
2022-07-21 20:58:53 -07:00
parent 1a629a1219
commit 7006fa57e2
5 changed files with 32 additions and 9 deletions

View File

@@ -4,12 +4,12 @@ import {
FormDataKeyValue,
HoppRESTHeader,
HoppRESTParam,
HoppRESTVar,
HoppRESTReqBody,
HoppRESTRequest,
RESTReqSchemaVersion,
HoppRESTAuth,
ValidContentTypes,
HoppRESTVar,
} from "@hoppscotch/data"
import DispatchingStore, { defineDispatchers } from "./DispatchingStore"
import { HoppRESTResponse } from "~/helpers/types/HoppRESTResponse"

View File

@@ -321,8 +321,6 @@ function setupRequestPersistence() {
}
window.localStorage.setItem("restRequest", JSON.stringify(reqClone))
})
console.log("localRequest", localRequest)
}
export function setupLocalPersistence() {