diff --git a/src/tl/tl.helper.ts b/src/tl/tl.helper.ts index 9ae4e23501ba54b59b581d3c4ebe96a3dc2a3377..1e385e899d5bc0e0aee33eb88d824a1343030e27 100644 --- a/src/tl/tl.helper.ts +++ b/src/tl/tl.helper.ts @@ -26,7 +26,6 @@ export async function xInput(xinput: any, action: string) { if (action.startsWith("on_") && xinput?.form?.url) { const xInputService = container.resolve<XInputService>(XInputService); const xInputHTML = await xInputService.getXInputForm(xinput.form.url); - return { mime_type: xinput?.form?.mime_type, html: xInputHTML