Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TariqAHassan committed Jul 21, 2024
1 parent 49db92d commit ab44af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alsek/core/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def remove(self, message: Message) -> None:
None
"""
self.backend.delete(self.get_message_name(message))
self.backend.delete(self.get_message_name(message), missing_ok=True)
self._clear_lock(message)

@magic_logger(
Expand Down

0 comments on commit ab44af2

Please sign in to comment.