Skip to content

Commit

Permalink
chore(formatting): Fixed formatting mistakes (#1370)
Browse files Browse the repository at this point in the history
fixed formatting mistakes have sneaked into prod

Co-authored-by: CommanderStorm <[email protected]>
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
3 people authored Jul 28, 2024
1 parent 89518ca commit 255d61b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ paths:
schema:
$ref: '#/components/schemas/NearbyLocationsResponse'
examples:
mi-hs-1:
mi-hs-1: null
'/api/get/{id}':
get:
operationId: details
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- Add down migration script here
DROP table transportation_stations;
DROP table transportation_stations;
2 changes: 1 addition & 1 deletion webclient/app/api_types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type paths = {
*/
get: operations["search"];
};
"/api/location/{id}/nearby": {
"/api/locations/{id}/nearby": {
/**
* Get the nearby items
* @description Shows nearby POIs like public transport stations
Expand Down

0 comments on commit 255d61b

Please sign in to comment.