Don't return None

pull/155/head
Erik Johnston 2015-05-13 15:31:25 +01:00
parent 5971d240d4
commit cf706cc6ef
1 changed files with 1 additions and 1 deletions

View File

@ -961,7 +961,7 @@ class SQLBaseStore(object):
if allow_rejected or not ret.rejected_reason:
event_map[event_id] = ret
else:
return None
event_map[event_id] = None
except KeyError:
pass