mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-13 03:12:19 -04:00
Fix grammatical error in error message (#12483)
* Fix grammatical error in error message * changelog
This commit is contained in:
parent
3c758d9808
commit
f8d3ee9570
2 changed files with 2 additions and 1 deletions
|
@ -130,7 +130,7 @@ class StateGroupWorkerStore(EventsWorkerStore, SQLBaseStore):
|
|||
)
|
||||
|
||||
if room_version is None:
|
||||
raise NotFoundError("Could not room_version for %s" % (room_id,))
|
||||
raise NotFoundError("Could not find room_version for %s" % (room_id,))
|
||||
|
||||
return room_version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue