mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-04 05:48:11 +00:00
hotfix: pobieranie historii RJ nieznanych scenerii
This commit is contained in:
@@ -114,7 +114,7 @@ export default defineComponent({
|
|||||||
const response: API.TimetableHistory.Response = await (
|
const response: API.TimetableHistory.Response = await (
|
||||||
await http.get('api/getTimetables', {
|
await http.get('api/getTimetables', {
|
||||||
params: {
|
params: {
|
||||||
issuedFrom: this.station?.name
|
issuedFrom: this.station?.name || this.onlineScenery?.name
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
).data;
|
).data;
|
||||||
|
|||||||
Reference in New Issue
Block a user