From d1c7d1d156b34915a0291d380a5007759441d138 Mon Sep 17 00:00:00 2001 From: Keith Irwin Date: Sun, 6 Nov 2022 15:53:09 -0700 Subject: [PATCH] Fixed bad use of finally --- front/dashboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/front/dashboard.js b/front/dashboard.js index e782ea3..e5ad9f7 100644 --- a/front/dashboard.js +++ b/front/dashboard.js @@ -41,7 +41,6 @@ function PeerList() { .map( (i)=>new Peer(i)) ) self.token = user.token - } finally { self.isLoaded(true) } }