From 0492d42ead5e9a6ee7244deda37fb402baa84045 Mon Sep 17 00:00:00 2001 From: Jack Date: Sat, 4 Jul 2020 00:51:32 +0100 Subject: [PATCH] removed throw --- functions/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/index.js b/functions/index.js index 554772ee2..a3dd77064 100644 --- a/functions/index.js +++ b/functions/index.js @@ -438,7 +438,6 @@ exports.testCompleted = functions.https.onCall((request, response) => { }); }) .catch((e) => { - throw e; console.error( `error saving result when checking for PB for ${request.uid} - ${e.message}` );