From c60e687c6bac4acdbaa15281de1f7ab6750120a4 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Wed, 16 Sep 2015 12:38:51 -0700 Subject: Fixing broken email templates --- utils/config.go | 1 - 1 file changed, 1 deletion(-) (limited to 'utils') diff --git a/utils/config.go b/utils/config.go index 722964934..70078cb9a 100644 --- a/utils/config.go +++ b/utils/config.go @@ -283,7 +283,6 @@ func getClientProperties(c *Config) map[string]string { props["SegmentDeveloperKey"] = c.ClientSettings.SegmentDeveloperKey props["GoogleDeveloperKey"] = c.ClientSettings.GoogleDeveloperKey props["AnalyticsUrl"] = c.ServiceSettings.AnalyticsUrl - props["ByPassEmail"] = strconv.FormatBool(c.EmailSettings.ByPassEmail) props["ProfileHeight"] = fmt.Sprintf("%v", c.ImageSettings.ProfileHeight) props["ProfileWidth"] = fmt.Sprintf("%v", c.ImageSettings.ProfileWidth) -- cgit v1.2.3-1-g7c22