Removes the SSL testSendTelegramMessage function and its associated test credentials from telegramService.ts.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
|
||||
// Export all SSL notification related functionality
|
||||
export {
|
||||
checkAllCertificatesAndNotify,
|
||||
checkCertificateAndNotify,
|
||||
testCertificateNotification
|
||||
} from './sslCheckNotifier';
|
||||
|
||||
export { sendSSLNotification } from './sslNotificationSender';
|
||||
export { shouldRunDailyCheck } from './sslScheduleUtils';
|
||||
checkAllCertificatesAndNotify,
|
||||
checkCertificateAndNotify
|
||||
} from './sslCheckNotifier';
|
||||
|
||||
export { sendSSLNotification } from './sslNotificationSender';
|
||||
export { shouldRunDailyCheck } from './sslScheduleUtils';
|
||||
Reference in New Issue
Block a user