Skip to content

Commit

Permalink
chore: config updated
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierJ96 committed Jun 27, 2024
1 parent bb3b530 commit 6ebcb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/firebase_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getAuth } from "firebase/auth";
import Airtable from "airtable";

export const table = new Airtable({
apiKey: import.meta.env.VITE_AIRTABLE_API_KEY,
apiKey: import.meta.env.VITE_AIRTABLE_API_KEY || "PUT_IN_A_DUMMY_API_KEY",
}).base(import.meta.env.VITE_AIRTABLE_BASE);

const firebaseConfig = {
Expand Down

0 comments on commit 6ebcb05

Please sign in to comment.