Removes the SSL testSendTelegramMessage function and its associated test credentials from telegramService.ts.
This commit is contained in:
@@ -13,8 +13,7 @@ import { determineSSLStatus } from './ssl/sslStatusUtils';
|
||||
import {
|
||||
checkAllCertificatesAndNotify,
|
||||
checkCertificateAndNotify,
|
||||
shouldRunDailyCheck,
|
||||
testCertificateNotification
|
||||
shouldRunDailyCheck
|
||||
} from './ssl/notification';
|
||||
|
||||
export {
|
||||
@@ -25,6 +24,5 @@ export {
|
||||
checkAndUpdateCertificate,
|
||||
checkAllCertificatesAndNotify,
|
||||
checkCertificateAndNotify,
|
||||
shouldRunDailyCheck,
|
||||
testCertificateNotification
|
||||
shouldRunDailyCheck
|
||||
};
|
||||
Reference in New Issue
Block a user