Skip to content

Commit 740c6a2

Browse files
johanvdwwxiaoguang
andauthored
Fix c/p error in inline documentation (#29148)
Fix small copy/paste error in inline documentation --------- Co-authored-by: wxiaoguang <[email protected]>
1 parent 7e8ff70 commit 740c6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/auth/source/db/source.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func (source *Source) FromDB(bs []byte) error {
1818
return nil
1919
}
2020

21-
// ToDB exports an SMTPConfig to a serialized format.
21+
// ToDB exports the config to a byte slice to be saved into database (this method is just dummy and does nothing for DB source)
2222
func (source *Source) ToDB() ([]byte, error) {
2323
return nil, nil
2424
}

0 commit comments

Comments
 (0)