Browse Source

update mailing setting page, keep 7th

develop
MSI\2Fi 4 months ago
parent
commit
9d8f721478
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/components/MailSetting/MailSetting.tsx

+ 4
- 4
src/components/MailSetting/MailSetting.tsx View File

@@ -93,12 +93,12 @@ const MailSetting: React.FC<Props> = ({
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)


Loading…
Cancel
Save