Skip to content

Commit

Permalink
notifications was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Apr 26, 2018
1 parent c941eab commit 7c1ad33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def maybe_warn_user_removed_github(bounty, username, last_heard_from_user_days):
msg = f"""@{username} are you still working on this issue?
* [{first_warning}] warning 1 ({num_days_back_to_warn} days)
* [{second_warning}] warning 2 ({num_days_back_to_warn * 2} days)
* [x] auto removal ({num_days_back_to_delete_interest} days)
* [ ] auto removal ({num_days_back_to_delete_interest} days)

This comment has been minimized.

Copy link
@mbeacom

mbeacom Apr 26, 2018

Contributor

Completely missed that auto remove was checked when I fixed the last thing xD

"""

post_issue_comment(bounty.org_name, bounty.github_repo_name, bounty.github_issue_number, msg)
Expand Down

0 comments on commit 7c1ad33

Please sign in to comment.