fix: typo in defineImporter
This commit is contained in:
parent
8ac38d7517
commit
7dace3f9b4
1 changed files with 3 additions and 2 deletions
|
|
@ -41,9 +41,10 @@ export const defineImporter = <ReturnType, StepType>(input: {
|
|||
name: string
|
||||
importer: HoppImporter<ReturnType, StepType>
|
||||
steps: StepType
|
||||
}) =>
|
||||
<HoppImporterDefintion<ReturnType, StepType>>{
|
||||
}) => {
|
||||
return <HoppImporterDefintion<ReturnType, StepType>>{
|
||||
...input,
|
||||
}
|
||||
}
|
||||
|
||||
export const RESTCollectionImporters = [HoppRESTCollImporter] as const
|
||||
|
|
|
|||
Loading…
Reference in a new issue