chore: fix changesets

Signed-off-by: blam <ben@blam.sh>
t p
This commit is contained in:
blam
2025-02-11 13:42:38 +01:00
committed by benjdlambert
parent cb6cee1e2f
commit 08efed9160
3 changed files with 71 additions and 10 deletions
+4 -1
View File
@@ -174,5 +174,8 @@ export const parseSchemas = (action: TemplateActionOptions<any, any, any>) => {
};
}
throw new Error('Invalid schema provided');
return {
inputSchema: action.schema.input,
outputSchema: action.schema.output,
};
};