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 all SSL notification related functionality
|
||||||
export {
|
export {
|
||||||
checkAllCertificatesAndNotify,
|
checkAllCertificatesAndNotify,
|
||||||
checkCertificateAndNotify,
|
checkCertificateAndNotify
|
||||||
testCertificateNotification
|
} from './sslCheckNotifier';
|
||||||
} from './sslCheckNotifier';
|
|
||||||
|
export { sendSSLNotification } from './sslNotificationSender';
|
||||||
export { sendSSLNotification } from './sslNotificationSender';
|
export { shouldRunDailyCheck } from './sslScheduleUtils';
|
||||||
export { shouldRunDailyCheck } from './sslScheduleUtils';
|
|
||||||
@@ -13,8 +13,7 @@ import { determineSSLStatus } from './ssl/sslStatusUtils';
|
|||||||
import {
|
import {
|
||||||
checkAllCertificatesAndNotify,
|
checkAllCertificatesAndNotify,
|
||||||
checkCertificateAndNotify,
|
checkCertificateAndNotify,
|
||||||
shouldRunDailyCheck,
|
shouldRunDailyCheck
|
||||||
testCertificateNotification
|
|
||||||
} from './ssl/notification';
|
} from './ssl/notification';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
@@ -25,6 +24,5 @@ export {
|
|||||||
checkAndUpdateCertificate,
|
checkAndUpdateCertificate,
|
||||||
checkAllCertificatesAndNotify,
|
checkAllCertificatesAndNotify,
|
||||||
checkCertificateAndNotify,
|
checkCertificateAndNotify,
|
||||||
shouldRunDailyCheck,
|
shouldRunDailyCheck
|
||||||
testCertificateNotification
|
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user