Fix year format
This commit is contained in:
parent
2a1925dba9
commit
7e36c36ec0
@ -5,7 +5,7 @@
|
|||||||
let backend_url = "https://home.blackfinn.de/api/bicycle";
|
let backend_url = "https://home.blackfinn.de/api/bicycle";
|
||||||
// let backend_url = "http://localhost:5000/api/bicycle";
|
// let backend_url = "http://localhost:5000/api/bicycle";
|
||||||
|
|
||||||
let year = 2024;
|
let year = "2024";
|
||||||
let total_distance_value = 0.0;
|
let total_distance_value = 0.0;
|
||||||
let total_distance_unit = "m"
|
let total_distance_unit = "m"
|
||||||
let year_result_value = 0.0;
|
let year_result_value = 0.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user