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