Skip to content

Commit

Permalink
s/content/text/
Browse files Browse the repository at this point in the history
Signed-off-by: Sonmez Kartal <[email protected]>
  • Loading branch information
Sonmez Kartal committed May 23, 2017
1 parent ea47fe7 commit b340c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/emailer/lib/emailer/emailerworker.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ module.exports = class EmailerWorker
from : KONFIG.email.defaultFromMail
to : to
subject : template.subject
content : template.content
text : template.content

@log "sending #{type} mail to #{to}..."

Expand Down

0 comments on commit b340c48

Please sign in to comment.