trobleshooting and changeing formating

This commit is contained in:
Peder Vatn Austad
2024-12-26 17:46:05 +01:00
parent aecf92afbd
commit 83e8b7106e
3 changed files with 66 additions and 10 deletions

View File

@@ -169,7 +169,7 @@ func FetchData() (*Data, error) {
},
}
resp, err := client.Get("https://api.entur.io/realtime/v1/rest/et?useOriginalId=true&maxSize=10000")
resp, err := client.Get("https://api.entur.io/realtime/v1/rest/et?useOriginalId=true&maxSize=10")
if err != nil {
return nil, err
}