chore: cleanup breaking change
Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
@@ -223,7 +223,7 @@ function OngoingTaskContent(props: {
|
||||
const [, { execute: triggerRetry }] = useAsync(async () => {
|
||||
if (taskId) {
|
||||
analytics.captureEvent('retried', 'Template has been retried');
|
||||
await scaffolderApi.retry?.({ taskId });
|
||||
await scaffolderApi.retry?.(taskId);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user