Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Jan 5, 2021
1 parent 9125273 commit 69bf81b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 69bf81b

Please sign in to comment.