diff --git a/src/handlers/shared/stop.ts b/src/handlers/shared/stop.ts index caafd48..8e15eac 100644 --- a/src/handlers/shared/stop.ts +++ b/src/handlers/shared/stop.ts @@ -47,11 +47,5 @@ export async function stop( ); } - const unassignedLog = logger.info("You have been unassigned from the task", { - issueNumber, - user: userToUnassign.login, - }); - - await addCommentToIssue(context, unassignedLog?.logMessage.diff as string); return { content: "Task unassigned successfully", status: HttpStatusCode.OK }; } diff --git a/src/handlers/shared/table.ts b/src/handlers/shared/table.ts index bc4e13e..2bae460 100644 --- a/src/handlers/shared/table.ts +++ b/src/handlers/shared/table.ts @@ -14,7 +14,7 @@ export function assignTableComment({ taskDeadline, registeredWallet, isTaskStale ${taskStaleWarning} ${deadlineWarning} -Registered Wallet +Beneficiary ${registeredWallet}