diff --git a/storage.go b/storage.go index e4efd9b..689d6a1 100644 --- a/storage.go +++ b/storage.go @@ -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 {