private suspend fun removeIssueFromAggregatedIssue(issue: Issue, aggregatedIssue: AggregatedIssue)

Removes an Issue from an AggregatedIssue. Handles the case of the Issue not being aggregated on the AggregatedIssue.

Parameters

issue

the issue to remove

aggregatedIssue

the aggregated issue to remove the issue from