From 514dc6bc50bdce001e739b23b22a6b9117ee8fd3 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Wed, 12 May 2021 11:48:30 +0200 Subject: [PATCH] VC/Zoom: Fix ESLint errors --- vc_zoom/indico_vc_zoom/client/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vc_zoom/indico_vc_zoom/client/index.js b/vc_zoom/indico_vc_zoom/client/index.js index d06eb04..7021a60 100644 --- a/vc_zoom/indico_vc_zoom/client/index.js +++ b/vc_zoom/indico_vc_zoom/client/index.js @@ -24,6 +24,6 @@ document.addEventListener('DOMContentLoaded', async () => { handleAxiosError(error); killProgress(); } - }) - }) + }); + }); });