Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulramesha committed May 24, 2024
1 parent b84c452 commit ccbe3d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/store/issue/project/issue.store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export class ProjectIssues extends IssueHelperStore implements IProjectIssues {
});
}

//TODO: error handling needs to be improved for rare cases
if (data.cycle_id && data.cycle_id !== "") {
await this.rootStore.cycleIssues.addCycleToIssue(workspaceSlug, projectId, data.cycle_id, response.id)
}
Expand Down

0 comments on commit ccbe3d8

Please sign in to comment.