Skip to content

Commit

Permalink
Putting back mapbox key (was causing tests to break), ignoring cert f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
TowhidKashem committed Jul 11, 2020
1 parent 7a4f395 commit bb3304d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

*.pem

public/filters/jeelizFaceFilter/
cypress/videos/
2 changes: 2 additions & 0 deletions src/features/SnapMap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import Header from './Header';
import Loader from 'common/Loader';
import './index.scss';

mapboxgl.accessToken = process.env.REACT_APP_MAP_BOX_API_KEY as string;

interface Props {
snaps: Snap[];
weather: Weather;
Expand Down

0 comments on commit bb3304d

Please sign in to comment.