Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tunglinn committed May 31, 2024
1 parent 64dd7e6 commit b8302bd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/setUpSite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ const snapToCity = (map: Map, layer: ImageOverlay): void => {

/**
* Sets scorecard to city and alert if city is community made.
*
* @param cityId: E.g. `columbus-oh`.
* @param cityProperties: An object with a `layout` key (Leaflet value) and keys
* representing the score card properties stored in `score-cards.json`.
*/
const setScorecardAndAlert = (
cityId: CityId,
Expand Down

0 comments on commit b8302bd

Please sign in to comment.