Skip to content

Commit c07dc7c

Browse files
committed
fix calendar
1 parent 652c1a8 commit c07dc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/fetchCalendar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type Data = {
2222
};
2323

2424
export default async function fetchCalendar(): Promise<Data> {
25-
const CREDENTIALS = process.env.REACT_APP_NEBULA_API_KEY;
25+
const CREDENTIALS = process.env.REACT_APP_GOOGLE_CREDENTIALS;
2626
if (typeof CREDENTIALS !== 'string') {
2727
return { message: 'API key is undefined' };
2828
}

0 commit comments

Comments
 (0)