diff --git a/src/components/MailSetting/MailSetting.tsx b/src/components/MailSetting/MailSetting.tsx index d8daaeb..6e19c59 100644 --- a/src/components/MailSetting/MailSetting.tsx +++ b/src/components/MailSetting/MailSetting.tsx @@ -93,12 +93,12 @@ const MailSetting: React.FC = ({ if (test) { let msg = "" try { - msg = "testEveryone" - await testEveryone() + // msg = "testEveryone" + // await testEveryone() msg = "test7th" await test7th() - msg = "test15th" - await test15th() + // msg = "test15th" + // await test15th() } catch (error) { console.log(error) console.log(msg)