Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Jan 18, 2025
1 parent 2b6a074 commit 68589fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/onyxbot/slack/listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def acquire_tenants(self) -> None:
)
self._remove_tenant(tenant_id)

# IMPORTANT: Release the lock here (in the same scope it was acquired)
# NOTE: We release the lock here (in the same scope it was acquired)
if tenant_id in self.redis_locks and not DEV_MODE:
try:
self.redis_locks[tenant_id].release()
Expand Down

0 comments on commit 68589fd

Please sign in to comment.