Skip to content

Commit

Permalink
Update Restaurants and Cafes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngalaiko authored and github-actions[bot] committed Sep 12, 2024
1 parent e8362da commit 9e998bf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 6 deletions.
9 changes: 9 additions & 0 deletions assets/places/big-bird.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"location": [
57.693569,
11.956427
],
"name": "Big Bird",
"times": 2,
"spent": 893.5
}
9 changes: 9 additions & 0 deletions assets/places/com.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"location": [
57.696215,
11.950183
],
"name": "Com",
"times": 2,
"spent": 487.0
}
4 changes: 2 additions & 2 deletions assets/places/firos-crep.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.95736
],
"name": "Firos Crep",
"times": 4,
"spent": 385.0
"times": 5,
"spent": 475.0
}
4 changes: 2 additions & 2 deletions assets/places/koie-ramen.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.961785
],
"name": "koie ramen",
"times": 8,
"spent": 1839.0
"times": 6,
"spent": 1460.0
}
4 changes: 2 additions & 2 deletions assets/places/poppels-citybryggeri.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.971329
],
"name": "Poppels Citybryggeri",
"times": 13,
"spent": 1755.0
"times": 18,
"spent": 2430.0
}

0 comments on commit 9e998bf

Please sign in to comment.