hotfix: pobieranie historii RJ nieznanych scenerii

This commit is contained in:
2024-01-13 15:41:40 +01:00
parent 9acf3c740c
commit f836a075b0
@@ -114,7 +114,7 @@ export default defineComponent({
const response: API.TimetableHistory.Response = await (
await http.get('api/getTimetables', {
params: {
issuedFrom: this.station?.name
issuedFrom: this.station?.name || this.onlineScenery?.name
}
})
).data;