Skip to content

Commit

Permalink
fixed api key (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-smart-ui authored Sep 6, 2024
1 parent a49353d commit 0a613b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EventsList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const EventsList = () => {

useEffect(() => {
const calendarId = "deltalakeevents@gmail.com";
const API_KEY = "AIzaSyBd2n-A2Zlojy6H3brACodDTL5cotlNOEI";
const API_KEY = process.env.GATSBY_GOOGLE_CALENDAR_API_KEY;

axios
.get(
Expand Down

0 comments on commit 0a613b0

Please sign in to comment.