mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 00:49:57 +08:00
refactor: removed unnecessary todo comment, modified jsdoc of utility func (#5164)
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user