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 Oct 15, 2024
1 parent 008f9bf commit 16a1e4a
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 17 deletions.
4 changes: 2 additions & 2 deletions assets/places/big-bird.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.956427
],
"name": "Big Bird",
"times": 3,
"spent": 1028.5
"times": 4,
"spent": 1166.5
}
4 changes: 2 additions & 2 deletions assets/places/geisha-sushi.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.955287
],
"name": "Geisha Sushi",
"times": 3,
"spent": 719.0
"times": 4,
"spent": 1004.0
}
2 changes: 1 addition & 1 deletion assets/places/gourmetkorv.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"name": "Gourmetkorv",
"times": 2,
"spent": 245.0
"spent": 414.0
}
4 changes: 2 additions & 2 deletions assets/places/hagabions-cafe.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.95073
],
"name": "Hagabions Cafe",
"times": 19,
"spent": 5685.0
"times": 20,
"spent": 6134.0
}
4 changes: 2 additions & 2 deletions assets/places/kaffe-labet.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.952616
],
"name": "Kaffe Labet",
"times": 6,
"spent": 185.0
"times": 7,
"spent": 215.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": 5,
"spent": 1290.0
"times": 6,
"spent": 1850.0
}
9 changes: 9 additions & 0 deletions assets/places/monopolet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"location": [
57.715475,
11.973445
],
"name": "Monopolet",
"times": 2,
"spent": 318.0
}
4 changes: 2 additions & 2 deletions assets/places/nooodle.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.959661
],
"name": "Nooodle",
"times": 8,
"spent": 1040.0
"times": 9,
"spent": 1285.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": 34,
"spent": 4590.0
"times": 38,
"spent": 5130.0
}
4 changes: 2 additions & 2 deletions assets/places/trattoria-da-pasquale.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
11.984407
],
"name": "Trattoria Da Pasquale",
"times": 4,
"spent": 1160.65
"times": 3,
"spent": 895.65
}

0 comments on commit 16a1e4a

Please sign in to comment.