fix the less `
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -34,7 +34,7 @@ type SmtpWriter struct { | ... | @@ -34,7 +34,7 @@ type SmtpWriter struct { |
| 34 | Password string `json:"password"` | 34 | Password string `json:"password"` |
| 35 | Host string `json:"Host"` | 35 | Host string `json:"Host"` |
| 36 | Subject string `json:"subject"` | 36 | Subject string `json:"subject"` |
| 37 | FromAddress string `json:"fromAddress" | 37 | FromAddress string `json:"fromAddress"` |
| 38 | RecipientAddresses []string `json:"sendTos"` | 38 | RecipientAddresses []string `json:"sendTos"` |
| 39 | Level int `json:"level"` | 39 | Level int `json:"level"` |
| 40 | } | 40 | } | ... | ... |
-
Please register or sign in to post a comment