Skip to content

Commit 77254f0

Browse files
author
ExpDev07
committed
formatting error
1 parent d628268 commit 77254f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/routes/v2/locations.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ def location(id):
3535
# Serialize the location, add timelines, and then return.
3636
return jsonify({
3737
'location': {
38-
**jhu.get(id).serialize(), **{ 'history': timelines } }
39-
})
38+
**jhu.get(id).serialize(), **{ 'timelines': timelines }
39+
}
40+
})

0 commit comments

Comments
 (0)