feat: The application can display all velibs near the user's location

This commit is contained in:
2023-09-02 21:17:21 +02:00
parent 2d1416cf19
commit ad31992a86
2 changed files with 13 additions and 17 deletions

View File

@ -14,7 +14,7 @@ struct velibtrackerApp: App {
ContentView()
}
}
init() {
fetchVelibData()
}
// init() {
// fetchVelibData()
// }
}