Skip to content

Commit 59f702a

Browse files
fix: actually return the correct thing
1 parent 59bb73a commit 59f702a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/slack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def get_event_retry_amount(event_id: str) -> int:
101101

102102
event_id_cache[event_id] = 0
103103
taskmanager.create_background_task(reset_event_from_cache(event_id))
104+
return event_id_cache[event_id]
104105

105106

106107
async def gather_emojis() -> dict:

0 commit comments

Comments
 (0)