Skip to content

Commit

Permalink
chore: replace return false, removed during debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Sep 19, 2024
1 parent e05524d commit 1dc9c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helpers/task-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ export async function getTaskMetadata(

if (!metadata.taskAssignees?.length) {
logger.error(`Missing Assignees from ${issue.html_url}`);
return false;
}

const durationInMs = parseTimeLabel(issue.labels);
Expand Down

0 comments on commit 1dc9c33

Please sign in to comment.