This commit is contained in:
stephanmiehe 2019-12-19 09:58:55 +00:00
Родитель e9ea427f77
Коммит c2ae6c73bf
1 изменённых файлов: 28 добавлений и 28 удалений

Просмотреть файл

@ -704,7 +704,7 @@ module.exports = (robot) ->
msg.send text
return
else
msg.send "Due to rate limiting please include the schedule/escalation policy name to see who's on call"
msg.send "Due to rate limiting please include the schedule name to see who's on call"
pagerduty.getSchedules (err, schedules) ->
if err?