Fix c/p error in inline documentation (#29148)
Fix small copy/paste error in inline documentation --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> (cherry picked from commit 740c6a226c4df26432641018fbfd9186977d573f)
This commit is contained in:
parent
369fe56966
commit
5fffab8d9d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ func (source *Source) FromDB(bs []byte) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// ToDB exports an SMTPConfig to a serialized format.
|
||||
// ToDB exports the config to a byte slice to be saved into database (this method is just dummy and does nothing for DB source)
|
||||
func (source *Source) ToDB() ([]byte, error) {
|
||||
return nil, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue