Skip to content

Commit

Permalink
chore: linter error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Feb 26, 2024
1 parent 6d69a95 commit b6a425f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/core_components/embed/CoreMapbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const initMap = async () => {
map.on("load", renderMarkers);
}
} catch (error) {
// eslint-disable-next-line no-console
console.error(error);
}
};
Expand Down

0 comments on commit b6a425f

Please sign in to comment.