chore: minor fixes and improvements

This commit is contained in:
liyasthomas
2021-08-25 21:26:53 +05:30
parent b04d8dde2b
commit 9e16cff62a
4 changed files with 4 additions and 8 deletions

View File

@@ -766,7 +766,6 @@ export function editRESTRequest(
export function saveRESTRequestAs(path: string, request: HoppRESTRequest) {
// For calculating the insertion request index
debugger
const targetLocation = navigateToFolderWithIndexPath(
restCollectionStore.value.state,
path.split("/").map((x) => parseInt(x))