diff --git a/packages/hoppscotch-app/helpers/import-export/import/index.ts b/packages/hoppscotch-app/helpers/import-export/import/index.ts index 359d7387..f34b172c 100644 --- a/packages/hoppscotch-app/helpers/import-export/import/index.ts +++ b/packages/hoppscotch-app/helpers/import-export/import/index.ts @@ -41,9 +41,10 @@ export const defineImporter = (input: { name: string importer: HoppImporter steps: StepType -}) => - >{ +}) => { + return >{ ...input, } +} export const RESTCollectionImporters = [HoppRESTCollImporter] as const