Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 committed Dec 18, 2024
1 parent ff94921 commit b69af62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workflows-shared/src/binding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ export class WorkflowHandle extends RpcTarget implements WorkflowInstance {
return {
status: instanceStatusName(status),
__LOCAL_DEV_STEP_OUTPUTS: stepOutputs,
// @ts-expect-error TODO: Fix this
output:
// @ts-expect-error TODO: Fix this
workflowOutput !== undefined ? workflowOutput.metadata.result : null,
}; // output, error
}
Expand Down

0 comments on commit b69af62

Please sign in to comment.