Fix data API unable to look up profiles after update to profile object.
This commit is contained in:
parent
35a09ad277
commit
97bea03abe
@ -126,6 +126,6 @@ class ProfileObject(BaseObject):
|
||||
if settings is None:
|
||||
settings = ValidatedDict({})
|
||||
|
||||
retval.append(self.__format_profile(id_to_cards[userid], profile, settings, profile['version'] == self.version))
|
||||
retval.append(self.__format_profile(id_to_cards[userid], profile, settings, profile.version == self.version))
|
||||
|
||||
return retval
|
||||
|
Loading…
Reference in New Issue
Block a user