Browse Source

oops

pull/178/head
Pēteris Caune 7 years ago
parent
commit
422de02ca9
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hc/api/models.py

+ 1
- 1
hc/api/models.py View File

@ -248,7 +248,7 @@ class Channel(models.Model):
return "SMS to %s" % self.sms_label
return "SMS to %s" % self.sms_number
elif self.kind == "slack":
return "Slack %s" % self.slack.channel
return "Slack %s" % self.slack_channel
elif self.kind == "telegram":
return "Telegram %s" % self.telegram_name


Loading…
Cancel
Save