From 04b6f76e52820bcdbbb464cc6a9baae0b1d59ad8 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Sun, 10 Apr 2022 13:13:01 +0200 Subject: [PATCH] :art: Formatted code --- frontend/src/lib/play/join.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/play/join.svelte b/frontend/src/lib/play/join.svelte index b311640..7d483ee 100644 --- a/frontend/src/lib/play/join.svelte +++ b/frontend/src/lib/play/join.svelte @@ -46,7 +46,7 @@ const { response } = await hcaptcha.execute(hcaptchaWidgetID, { async: true }); - captcha_resp = response + captcha_resp = response; captcha_resp = ''; } catch (e) { if (import.meta.env.VITE_SENTRY !== null) {