Skip to content

Commit 30cb30d

Browse files
committed
add FIXME for timelines
1 parent b766840 commit 30cb30d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def get_all_locations(
141141
locations,
142142
)
143143
)
144+
# FIXME: timelines are not showing up
144145
return {
145146
"latest": {
146147
"confirmed": sum(map(lambda location: location.confirmed, locations)),

0 commit comments

Comments
 (0)