Skip to content
Snippets Groups Projects
Unverified Commit 93f2fdd8 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

Fix typo where we ended up with multiple `WorkerLocksHandler` (#16220)

I don't think has caused any actual issues.

Introduced in #15891
parent 6525fd65
Branches
Tags
No related merge requests found
Fix typo where we ended up with multiple `WorkerLocksHandler`.
...@@ -913,6 +913,7 @@ class HomeServer(metaclass=abc.ABCMeta): ...@@ -913,6 +913,7 @@ class HomeServer(metaclass=abc.ABCMeta):
"""Usage metrics shared between phone home stats and the prometheus exporter.""" """Usage metrics shared between phone home stats and the prometheus exporter."""
return CommonUsageMetricsManager(self) return CommonUsageMetricsManager(self)
@cache_in_self
def get_worker_locks_handler(self) -> WorkerLocksHandler: def get_worker_locks_handler(self) -> WorkerLocksHandler:
return WorkerLocksHandler(self) return WorkerLocksHandler(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment