feat(notification): add notification message for concurrency limit reached
This commit is contained in:
@@ -15,6 +15,8 @@ export function getNotificationString(
|
|||||||
return "Auto-recharge successful";
|
return "Auto-recharge successful";
|
||||||
case NotificationType.AUTO_RECHARGE_FAILED:
|
case NotificationType.AUTO_RECHARGE_FAILED:
|
||||||
return "Auto-recharge failed";
|
return "Auto-recharge failed";
|
||||||
|
case NotificationType.CONCURRENCY_LIMIT_REACHED:
|
||||||
|
return "Concurrency limit reached";
|
||||||
default:
|
default:
|
||||||
return "Unknown notification type";
|
return "Unknown notification type";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user