Skip to content

Commit 63a496d

Browse files
committed
#795 Fix linting error
1 parent fca4018 commit 63a496d

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
@@ -72,7 +72,7 @@ export default class NotificationsService {
7272
.join('\n\n');
7373

7474
// messageBlock will be empty if there are tasks with no assignees
75-
if (messageBlock != '') sendMessage(slackId, messageBlock);
75+
if (messageBlock !== '') sendMessage(slackId, messageBlock);
7676
});
7777
}
7878
}

0 commit comments

Comments
 (0)