Unverified Commit bbb40b8c authored by Donald Haase's avatar Donald Haase Committed by GitHub
Browse files

Update Firebase.js

Rusty with js. Removing semicolon
parent 89c0be83
......@@ -16,7 +16,7 @@ const config = {
class Firebase {
constructor() {
/* Short circuit if no API Key provided */
if(!process.env.REACT_APP_API_KEY) return;
if(!process.env.REACT_APP_API_KEY) return
app.initializeApp(config)
this.auth = app.auth()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment