Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
chore: reword ot comment on issues not closed as completed
Browse files Browse the repository at this point in the history
  • Loading branch information
me505 committed Sep 7, 2023
1 parent 87c01de commit d959564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/handlers/payout/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export const handleIssueClosed = async () => {
return "Permit generation skipped because wallet private key is not set";
}
if (issue.state_reason !== StateReason.COMPLETED) {
logger.info("Permit generation skipped because the issue was not closed as completed");
return "Permit generation skipped because the issue was not closed as completed";
logger.info("Permit generation skipped because this is marked as unplanned.");
return "Permit generation skipped because this is marked as unplanned.";
}

logger.info(`Checking if the issue is a parent issue.`);
Expand Down

0 comments on commit d959564

Please sign in to comment.