🏷️ Made ts-compiler happy

This commit is contained in:
Mawoka
2022-04-09 10:05:45 +02:00
parent 01d423ba04
commit dad9559a38
11 changed files with 3398 additions and 4380 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
execute: async (_a, _b) => ({ response: '' }),
render: (_a, _b) => {}
};
let hcaptchaWidgetID;
let hcaptchaWidgetID: any;
onMount(() => {
if (browser) {
@@ -41,7 +41,7 @@
if (username.length <= 3) {
return;
}
let captcha_resp;
let captcha_resp: string;
try {
const { response } = await hcaptcha.execute(hcaptchaWidgetID, {
async: true