Remove tailing whitespaces

This commit is contained in:
Fabian Affolter 2019-02-14 14:31:02 +01:00
parent f97694db3f
commit bfad4a5c4e
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -22,7 +22,7 @@ To get the station ID for any NSW fuel station you will need to:
- Visit the [Fuel Check App](https://www.fuelcheck.nsw.gov.au/app).
- Open the developer console of your browser (for Chrome, click View -> Developer -> Developer Tools). Click the "Network" tab in the developer console.
- In the Fuel Check App, search for your postcode or click "Fuel Near Me".
- In the developer console, you should see a request to `/FuelCheckApp/v1/fuel/prices/bylocation`. Open this request and preview the response. Find the station you wish to add, and copy down the `ServiceStationID` field.
- In the developer console, you should see a request to `/FuelCheckApp/v1/fuel/prices/bylocation`. Open this request and preview the response. Find the station you wish to add, and copy down the `ServiceStationID` field.
## {% linkable_title Configuration %}