Skip to content

Conversation

@hentrymartin
Copy link
Collaborator

Reverts #1373

...aggregated.submission,
aggregated,
})) as SubmissionRow[]
const rows = aggregatedSubmissionRows.map(aggregated => ({

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
The removal of the filter logic that checks for myReviewDetail?.reviewId means that all aggregated submissions are now included in the rows array. Ensure that this change aligns with the intended functionality, as it could lead to incorrect data being processed if submissions without a valid review ID are not supposed to be included.

@kkartunov kkartunov merged commit 22737bd into dev Dec 12, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants