diff --git a/worker/src/task/2-submission.ts b/worker/src/task/2-submission.ts index 938742b..6eaf58d 100644 --- a/worker/src/task/2-submission.ts +++ b/worker/src/task/2-submission.ts @@ -158,7 +158,7 @@ async function notifyMiddleServer(params: { body: JSON.stringify({ signature, stakingKey }), }); - console.log("[TASK] Add PR Response: ", response); + console.log("[SUBMISSION] Add PR Response: ", response); if (response.status !== 200) { throw new Error(`Posting to middle server failed: ${response.statusText}`); diff --git a/worker/src/task/5-routes.ts b/worker/src/task/5-routes.ts index 800535b..f61729f 100644 --- a/worker/src/task/5-routes.ts +++ b/worker/src/task/5-routes.ts @@ -73,6 +73,7 @@ export async function routes() { if (!success) { const middleServerPayload = { taskId: TASK_ID, + swarmBountyId, action: "add-todo-status", stakingKey, };