We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca4018 commit 63a496dCopy full SHA for 63a496d
1 file changed
src/backend/src/services/notifications.services.ts
@@ -72,7 +72,7 @@ export default class NotificationsService {
72
.join('\n\n');
73
74
// messageBlock will be empty if there are tasks with no assignees
75
- if (messageBlock != '') sendMessage(slackId, messageBlock);
+ if (messageBlock !== '') sendMessage(slackId, messageBlock);
76
});
77
}
78
0 commit comments