File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
grails-app/services/io/xh/hoist/track Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class ClientErrorEmailService extends BaseService {
3131 configService. getMap(' xhClientErrorConfig' ). intervalMins as Integer * DateTimeUtils . MINUTES
3232 }
3333
34- private String getToAddress () { emailService. parseMailConfig(' xhEmailSupport' ) }
34+ private List< String > getToAddress () { emailService. parseMailConfig(' xhEmailSupport' ) }
3535
3636 private Timer timer
3737 private int emailsSent = 0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ class FeedbackEmailService extends BaseService {
2222
2323 EmailService emailService
2424
25- private String getToAddress () { emailService. parseMailConfig(' xhEmailSupport' ) }
25+ private List< String > getToAddress () { emailService. parseMailConfig(' xhEmailSupport' ) }
2626
2727 private int emailsSent = 0
2828
You can’t perform that action at this time.
0 commit comments