Skip to content

Commit f432d34

Browse files
committed
fix: shutdown function
1 parent f9b0201 commit f432d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/notification/queue_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def shutdown_queue(queue: NotificationQueue):
113113

114114

115115
async def shutdown_webhook_queue():
116-
await shutdown_queues(webhook_queue_instance)
116+
await shutdown_queue(webhook_queue_instance)
117117

118118

119119
async def shutdown_queues():

0 commit comments

Comments
 (0)