()
| 410 | }; |
| 411 | |
| 412 | const submitTelegramSettings = async () => { |
| 413 | const options = [ |
| 414 | { key: 'TelegramBotToken', value: inputs.TelegramBotToken }, |
| 415 | { key: 'TelegramBotName', value: inputs.TelegramBotName }, |
| 416 | ]; |
| 417 | await updateOptions(options); |
| 418 | }; |
| 419 | |
| 420 | const submitTurnstile = async () => { |
| 421 | const options = []; |
nothing calls this directly
no test coverage detected