(webhookUrl: string)
| 26 | } |
| 27 | |
| 28 | export function sendTestDiscordNotification(webhookUrl: string) { |
| 29 | return sendDiscordNotification({ |
| 30 | webhookUrl, |
| 31 | message: |
| 32 | '**🧪 Test [OpenPanel.dev](<https://openpanel.dev/>)**\nIf you can read this, your Slack webhook is functioning correctly!\n', |
| 33 | }); |
| 34 | } |
no test coverage detected