Fix typo
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>pull/7517/head
parent
266755226b
commit
c42b180f4d
|
@ -888,7 +888,7 @@ class EventCreationHandler(object):
|
|||
"""Called when we have fully built the event, have already
|
||||
calculated the push actions for the event, and checked auth.
|
||||
|
||||
This should only be run on instance in charge of persisting events.
|
||||
This should only be run on the instance in charge of persisting events.
|
||||
"""
|
||||
assert self.config.worker.writers.events == self._instance_name
|
||||
|
||||
|
|
Loading…
Reference in New Issue