Skip to content

Commit

Permalink
chore(viz): remove type in JSDOC
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFabre-ods committed Jan 10, 2024
1 parent 57c631b commit 36710f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/visualizations/src/components/MapPoi/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export const getMapOptions = (options: PoiMapOptions) => {
/**
* Generates a valid CenterZoomOptions object by combining optional zoom and center properties.
*
* @param {CenterZoomOptions} options - An object with optional zoom and center properties.
* @param options - An object with optional zoom and center properties.
* @returns A CenterZoomOptions object with valid zoom and center properties is defined.
*/
export const getCenterZoomOptions: (options: CenterZoomOptions) => CenterZoomOptions = ({
Expand Down

0 comments on commit 36710f1

Please sign in to comment.