fixing telegram
Deploy / deploy (push) Successful in 8s

This commit is contained in:
2026-05-06 18:30:55 +02:00
parent e203aac2f5
commit 23e37c2e1a
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -949,7 +949,7 @@ document.getElementById('testTelegramBtn').addEventListener('click', async () =>
try {
await api('/ingest', {
method: 'POST',
body: JSON.stringify({ line: 'Jakach Logging: test notification from settings', source: 'test' }),
body: JSON.stringify({ line: 'Jakach Logging: test notification from settings — PHP Warning: test alert', source: 'test' }),
});
toast('Test alert sent. Check Telegram.');
} catch (e) { toast('Failed to send test', 'danger'); }