Skip to content

Commit

Permalink
fix(fixup): use existing payload
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Dec 23, 2024
1 parent 6bb22f9 commit ae7bea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/call-personal-agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function callPersonalAgent(context: Context, inputs: PluginInputs)
repo: "personal-agent",
workflow_id: "compute.yml",
ref: "development",
inputs: { ...inputs, eventPayload: {}, settings: {} } as unknown as { [key: string]: unknown },
inputs: { ...inputs, settings: {} } as unknown as { [key: string]: unknown },
});
} catch (error) {
logger.error(`Error dispatching workflow: ${error}`);
Expand Down

0 comments on commit ae7bea4

Please sign in to comment.