Skip to content

Commit

Permalink
参考 0xZXDX#23
Browse files Browse the repository at this point in the history
  • Loading branch information
y1024 committed Mar 10, 2020
1 parent 7983892 commit a928251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry_dingding/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def post_process(self, group, event, *args, **kwargs):
"text": u"#### {title} \n > {message} [href]({url})".format(
title=title,
message=event.message,
url=u"{}events/{}/".format(group.get_absolute_url(), event.id),
url=u"{}events/{}/".format(group.get_absolute_url(), event.event_id),
)
}
}
Expand Down

0 comments on commit a928251

Please sign in to comment.