Skip to content

Commit

Permalink
[chore] lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Neha committed Nov 25, 2024
1 parent b8dc5ae commit 9bb7006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/maps/MarkerInfoWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const MarkerInfoWindow = ({
useEffect(() => {
if (marker && clusterer) {
clusterer.addMarker(marker);
markerMap.set(projectId, marker);
markerMap.set(projectId, marker as unknown as google.maps.Marker);
}

return () => {
Expand Down

0 comments on commit 9bb7006

Please sign in to comment.