mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18: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 (
|
||||
await http.get('api/getTimetables', {
|
||||
params: {
|
||||
issuedFrom: this.station?.name
|
||||
issuedFrom: this.station?.name || this.onlineScenery?.name
|
||||
}
|
||||
})
|
||||
).data;
|
||||
|
||||
Reference in New Issue
Block a user