Skip to content

Commit

Permalink
retry - url restricted key
Browse files Browse the repository at this point in the history
  • Loading branch information
raythompsonwebdev authored Feb 11, 2024
1 parent daa5391 commit 2e14e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const runMap = () => {
const currentMarkers = [];
// sign up for account at mapbox to get secret key and public key to test. https://docs.mapbox.com/help/getting-started/
// eslint-disable-next-line no-undef
mapboxgl.accessToken = `pk.eyJ1IjoicmF5b3JpYW5mYWMyMyIsImEiOiJjbHE5cjh5aWYxYmQ1MmpzOWZvMGZ2ZnE1In0.8wI_iaJYe_urI-9vl3Vctg`;
mapboxgl.accessToken = `pk.eyJ1IjoicmF5b3JpYW5mYWMyMyIsImEiOiJjbHNodDBna2ExMmFuMmxvdWI2MTkyN25oIn0.Lg5ggPjT5EUhMMBe7J-0eg`;
// eslint-disable-next-line no-undef
// mapboxgl.accessToken = process.env.API_KEY;

Expand Down

0 comments on commit 2e14e38

Please sign in to comment.