Skip to content

Commit

Permalink
Connection change
Browse files Browse the repository at this point in the history
  • Loading branch information
philippspinnler committed Jan 27, 2023
1 parent 83de8d8 commit 33b62a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Vue.component('widget-public-transportation', {
},
mounted() {
setInterval(async () => {
const response = await axios.get(`${baseUrl}/public-transportation?connections=[["Hoelstein, Sued", "Liestal"]]`);
const response = await axios.get(`${baseUrl}/public-transportation?connections=[["Hölstein, Süd", "Liestal, Bahnhof"]]`);
this.hoelstein = dayjs(response.data.connections[0].departure).format('HH:mm');
this.hoelsteinInMinutes = dayjs().to(response.data.connections[0].departure);
}, 5000);
Expand Down

0 comments on commit 33b62a1

Please sign in to comment.