diff options
| author | 2020-07-16 11:45:15 +0800 | |
|---|---|---|
| committer | 2020-07-16 11:45:15 +0800 | |
| commit | 776b4379c478284803a4a526b5f14fe63d8e7c01 (patch) | |
| tree | 2d4ae71d586e5fb75146cd18b46939028cdeeb78 /tests/helpers.py | |
| parent | Merge pull request #1041 from python-discord/dm_relay (diff) | |
Remove duplicate reminder deletion.
The function `_delete_reminder` was called twice, once in
`schedule_reminder`, which calls `send_reminder`, then another in
`send_reminder` itself. This led to a 404 response from the site api, as
the reminder was already deleted the first time.
Fixes BOT-6W
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions