From 15f7792c69f67607c2af144323e8fd86f20fdb53 Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Fri, 8 May 2020 22:32:13 +0100 Subject: [PATCH] Update --- functions/views/js/fdb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/views/js/fdb.js b/functions/views/js/fdb.js index 59534c7..5beb5ba 100644 --- a/functions/views/js/fdb.js +++ b/functions/views/js/fdb.js @@ -321,4 +321,4 @@ try { } }) } -catch(e=>{console.log(e)} \ No newline at end of file +catch(error) {console.log(error)} \ No newline at end of file