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
comment
  • Loading branch information
ExpDev07 committed Mar 18, 2020
commit 3b1ddd4b9d18ed4fcd6f3462142922f0ea80b3fd
2 changes: 1 addition & 1 deletion app/routes/v2/locations.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def location(id):
# Retrieve location with the provided id.
location = jhu.get(id)

# Fetch the timelines.
# Get all the timelines.
timelines = {
'confirmed': location.confirmed.serialize(),
'deaths' : location.deaths.serialize(),
Expand Down