diff --git a/packages/hoppscotch-app/helpers/import-export/import/index.ts b/packages/hoppscotch-app/helpers/import-export/import/index.ts index 359d73876..f34b172ce 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