Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Sep 25, 2024
1 parent a40dcc4 commit 316036e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lib/map.lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const MAP_EVENT_TYPES: Array<keyof MapEventType> = [
"pitchend",
"wheel",
"terrain",
"cooperativegestureprevented"
"cooperativegestureprevented",
];

export function createEventHandler<T extends keyof MapEventType>(
Expand Down

0 comments on commit 316036e

Please sign in to comment.