We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5ab2c commit d47ee93Copy full SHA for d47ee93
functions/index.js
@@ -10,7 +10,6 @@ const db = admin.database();
10
const teamRef = db.ref("team_comps");
11
const teamHighscoresRef = db.ref("team_highscores");
12
const hackpointRef = db.ref("hackpoints");
13
-const teamRef = db.ref("team_comps");
14
15
exports.helloWorld = functions.https.onRequest((request, response) => {
16
response.send("Hello from Firebase!");
0 commit comments