Apply suggestions from code review

This commit is contained in:
William Harrison
2023-08-22 21:09:32 +08:00
committed by GitHub
parent b2370079f7
commit b9aeab86ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
"MX": "hosts.is-a.dev"
"MX": ["hosts.is-a.dev"]
}
}
+1 -1
View File
@@ -6,6 +6,6 @@
"record": {
"A": ["217.174.245.249"],
"TXT": "v=spf1 a mx ip4:217.174.245.249 ~all",
"MX": "hosts.is-a.dev"
"MX": ["hosts.is-a.dev"]
}
}