We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547b82f commit 25134c3Copy full SHA for 25134c3
1 file changed
src/backend/src/services/notifications.services.ts
@@ -66,7 +66,7 @@ export default class NotificationsService {
66
67
const teamTaskMap = new Map<string, TaskWithAssignees[]>();
68
69
- // group tasks due by team
+ // group tasks due by team in a map
70
tasks.forEach((task) => {
71
const teamSlackIds = task.wbsElement.project?.teams.map((team) => team.slackId) ?? [];
72
0 commit comments