1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-12-22 09:00:10 +00:00

change comment

This commit is contained in:
Harvey Tindall 2021-01-05 17:34:27 +00:00
parent 9125273036
commit 69bf81b658
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -192,7 +192,6 @@ func storeJSON(path string, obj interface{}) error {
return err
}
// One build of JF 10.7.0 hyphenated to user IDs like this and we need to upgrade email storage to match it:
// One build of JF 10.7.0 hyphenated user IDs while another one later didn't. These functions will hyphenate/de-hyphenate email storage.
func hyphenate(userID string) string {