Skip to content

Commit

Permalink
Prettier after Point change
Browse files Browse the repository at this point in the history
  • Loading branch information
the-bay-kay committed Jan 25, 2024
1 parent 9f73f74 commit f54257b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions www/js/diary/timelineHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,7 @@ function keysForNotesInputs(appConfig: AppConfig) {
* @param featureType a string describing the feature, e.g. "start_place"
* @returns a GeoJSON feature with type "Point", the given location's coordinates and the given feature type
*/
const location2GeojsonPoint = (
locationPoint: Point,
featureType: string,
): Feature => ({
const location2GeojsonPoint = (locationPoint: Point, featureType: string): Feature => ({
type: 'Feature',
geometry: {
type: 'Point',
Expand Down

0 comments on commit f54257b

Please sign in to comment.