We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df09f92 commit ebe0f22Copy full SHA for ebe0f22
biothings/hub/api/handlers/base.py
@@ -27,7 +27,7 @@ def write(self, result):
27
# "status": "ok"
28
# }, iso_dates=True)
29
serializer.to_json({
30
- {"result": result, "status": "ok"},
+ "result": result, "status": "ok"
31
})
32
)
33
0 commit comments