Skip to content

Commit

Permalink
Update src/handlers/shared/start.ts
Browse files Browse the repository at this point in the history
Co-authored-by: アレクサンダー.eth <[email protected]>
  • Loading branch information
gentlementlegen and 0x4007 authored Sep 1, 2024
1 parent dd7eb09 commit eb37a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/shared/start.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export async function start(context: Context, issue: Context["payload"]["issue"]
const hasBeenPreviouslyUnassigned = await hasUserBeenUnassigned(context);

if (hasBeenPreviouslyUnassigned) {
const log = logger.error("You were previously unassigned from this task. You cannot reassign yourself.", { sender });
const log = logger.error("You were previously unassigned from this task. You can not reassign yourself.", { sender });
await addCommentToIssue(context, log?.logMessage.diff as string);
throw new Error("User was previously unassigned from this task");
}
Expand Down

0 comments on commit eb37a3d

Please sign in to comment.