Skip to content

Commit

Permalink
fix wrong JSON tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyYe committed May 9, 2022
1 parent 077dbce commit 333b68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ type MailNotify struct {
SMTPServer string `json:"smtp_server" yaml:"smtp_server"`
SMTPUsername string `json:"smtp_username" yaml:"smtp_username"`
SMTPPassword string `json:"smtp_password" yaml:"smtp_password"`
SMTPPasswordFile string `json:"smtp_password" yaml:"smtp_password_file"`
SMTPPasswordFile string `json:"smtp_password_file" yaml:"smtp_password_file"`
SMTPPort int `json:"smtp_port" yaml:"smtp_port"`
SendTo string `json:"send_to" yaml:"send_to"`
}
Expand Down

0 comments on commit 333b68b

Please sign in to comment.