refactor: removed unnecessary todo comment, modified jsdoc of utility func (#5164)

This commit is contained in:
Tanmay Shinde
2024-10-09 13:17:00 +05:30
committed by GitHub
parent eca90a2b00
commit e8c650797c
3 changed files with 6 additions and 3 deletions

View File

@@ -87,7 +87,6 @@ class DingDing extends NotificationProvider {
* @returns {string} Status
*/
statusToString(status) {
// TODO: Move to notification-provider.js to avoid repetition in classes
switch (status) {
case DOWN:
return "DOWN";