Skip to content

Commit b3386a8

Browse files
authored
Merge pull request #63 from solace-fi/rate_tracker
response codec fix
2 parents cb5a746 + b127e29 commit b3386a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/price-history/get.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def handler(event, context):
6969

7070
return {
7171
"statusCode": 200,
72-
"body": result,
72+
"body": json.dumps(result),
7373
"headers": headers
7474
}
7575
except InputException as e:

0 commit comments

Comments
 (0)