Skip to content

Commit ea5c1dd

Browse files
committed
fix: types
1 parent e9ab79f commit ea5c1dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/respect-core/src/modules/arazzo-description-generator/generate-workflows-from-description.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ export function generateWorkflowsFromDescription({
8888
...generateParametersWithSuccessCriteria(
8989
descriptionPaths[pathItemKey][methodToCheck.toLowerCase() as HttpMethod]?.responses
9090
),
91-
} as unknown as Step,
91+
} as Step,
9292
],
93-
} as unknown as Workflow);
93+
} as Workflow);
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)