There was an error while loading. Please reload this page.
1 parent 2ef7f4b commit 70839b3Copy full SHA for 70839b3
1 file changed
datastore/api/org/serializers.py
@@ -45,7 +45,6 @@ class OrganisationAggregateSerializer(serializers.Serializer):
45
# the direct representation from the entitiy model's aggregate data.
46
# This method is to provide API v1 compatibility.
47
def get_currencies(self, org):
48
-
49
def serialize_currencies(currencies):
50
"""serialise the nested data using OrganisationAggregateCurrencySerializer"""
51
ret = {}
0 commit comments