mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 23:17:28 +08:00
[-] Remove duplicate email self test
This commit is contained in:
@@ -27,8 +27,4 @@ fun main(args: Array<String>) {
|
|||||||
// Start the AutoChecker
|
// Start the AutoChecker
|
||||||
val checker = ctx.getBean(AutoChecker::class.java)
|
val checker = ctx.getBean(AutoChecker::class.java)
|
||||||
checker.check()
|
checker.check()
|
||||||
|
|
||||||
// Test the email service
|
|
||||||
val emailService = ctx.getBean(EmailService::class.java)
|
|
||||||
emailService.testConnection()
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user