From dabd3145d71a1f2dc2aa60087d713e38a33f27bc Mon Sep 17 00:00:00 2001
From: Marco Endrizzi <me00531@surrey.ac.uk>
Date: Fri, 9 Apr 2021 06:57:34 -0700
Subject: [PATCH] Fixed eslint error

---
 functions/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/functions/index.js b/functions/index.js
index 081873b..6c99222 100644
--- a/functions/index.js
+++ b/functions/index.js
@@ -1,4 +1,4 @@
-const functions = require("firebase-functions");
+// const functions = require("firebase-functions");
 
 // // Create and Deploy Your First Cloud Functions
 // // https://firebase.google.com/docs/functions/write-firebase-functions
-- 
GitLab