Skip to content

Commit

Permalink
Correct missing space lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsible committed Jul 19, 2020
1 parent 288d338 commit 53ccb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/emailer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ class Emailer {
return JobQueue.Instance.createJob({ type: 'email', payload: emailPayload })
}

addVerifyEmailJob(username: string, to: string, verifyEmailUrl: string) {
addVerifyEmailJob (username: string, to: string, verifyEmailUrl: string) {
const emailPayload: EmailPayload = {
template: 'verify-email',
to: [ to ],
Expand Down

0 comments on commit 53ccb87

Please sign in to comment.