Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatting error
  • Loading branch information
ExpDev07 committed Mar 18, 2020
commit 77254f0aa7828e5e9036f3c6ede9b84ea5d31082
5 changes: 3 additions & 2 deletions app/routes/v2/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ def location(id):
# Serialize the location, add timelines, and then return.
return jsonify({
'location': {
**jhu.get(id).serialize(), **{ 'history': timelines } }
})
**jhu.get(id).serialize(), **{ 'timelines': timelines }
}
})