Skip to content

Commit 25134c3

Browse files
committed
formatting fix
1 parent 547b82f commit 25134c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/services/notifications.services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default class NotificationsService {
6666

6767
const teamTaskMap = new Map<string, TaskWithAssignees[]>();
6868

69-
// group tasks due by team
69+
// group tasks due by team in a map
7070
tasks.forEach((task) => {
7171
const teamSlackIds = task.wbsElement.project?.teams.map((team) => team.slackId) ?? [];
7272

0 commit comments

Comments
 (0)