Skip to content

Commit

Permalink
Merge pull request #45 from hhio618/development
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Sep 9, 2024
2 parents 6e43a1b + bdfc144 commit 7616bad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/handlers/shared/stop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
}
2 changes: 1 addition & 1 deletion src/handlers/shared/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export function assignTableComment({ taskDeadline, registeredWallet, isTaskStale
${taskStaleWarning}
${deadlineWarning}
<tr>
<td>Registered Wallet</td>
<td>Beneficiary</td>
<td>${registeredWallet}</td>
</tr>
</table>
Expand Down

0 comments on commit 7616bad

Please sign in to comment.