Fix flake.
This commit is contained in:
parent
d56b767479
commit
fcbaf977c0
@ -27,7 +27,7 @@ class JSONSerializer(Serializer):
|
||||
result = {
|
||||
'count': self.query.count,
|
||||
'results': result
|
||||
}
|
||||
}
|
||||
meta = self.export.get('meta', {})
|
||||
if meta is not None:
|
||||
result['meta'] = meta
|
||||
|
||||
Loading…
Reference in New Issue
Block a user