From 69bf81b65830e4daed56f7c96ecec7abef16864d Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Tue, 5 Jan 2021 17:34:27 +0000 Subject: [PATCH] change comment --- storage.go | 1 - 1 file changed, 1 deletion(-) 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 {