mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-12-25 13:09:22 -05:00
Remove duplicate return statement
This commit is contained in:
parent
8fde611a8c
commit
58a755cdc3
@ -278,7 +278,6 @@ class DirectoryHandler(BaseHandler):
|
||||
servers = list(servers)
|
||||
|
||||
return {"room_id": room_id, "servers": servers}
|
||||
return
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def on_directory_query(self, args):
|
||||
|
Loading…
Reference in New Issue
Block a user