Fix year format

This commit is contained in:
tkl 2024-02-13 12:52:57 +00:00
parent 2a1925dba9
commit 7e36c36ec0

View File

@ -5,7 +5,7 @@
let backend_url = "https://home.blackfinn.de/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_unit = "m"
let year_result_value = 0.0;