Skip to content

Commit d47ee93

Browse files
committed
Removed a double definition
1 parent ad5ab2c commit d47ee93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

functions/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const db = admin.database();
1010
const teamRef = db.ref("team_comps");
1111
const teamHighscoresRef = db.ref("team_highscores");
1212
const hackpointRef = db.ref("hackpoints");
13-
const teamRef = db.ref("team_comps");
1413

1514
exports.helloWorld = functions.https.onRequest((request, response) => {
1615
response.send("Hello from Firebase!");

0 commit comments

Comments
 (0)