Skip to content

Commit

Permalink
removing extra redmine link
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Philion committed Oct 3, 2024
1 parent 008be46 commit 0b38ff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netbot/formatting.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ def epics_embed(self, ctx: discord.ApplicationContext, epics: list[Ticket]) -> l
embed.add_field(name="Owner", value=self.get_user_id(ctx, epic))
embed.add_field(name="Tracker", value=self.format_tracker(epic.tracker))
embed.add_field(name="Age", value=epic.age_str)
embed.add_field(name="Redmine", value=self.redmine_link(epic))

if epic.children:
buff = ""
Expand Down

0 comments on commit 0b38ff5

Please sign in to comment.