fix: spelling mistake on the word 'requested' fixed (#319)

pull/329/head
Kieron Boswell 4 years ago committed by GitHub
parent e8776fd336
commit 961d110720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -135,7 +135,7 @@ class EmailAgent implements NotificationAgent {
to: payload.notifyUser.email,
},
locals: {
body: 'Your requsested media is now available!',
body: 'Your requested media is now available!',
mediaName: payload.subject,
imageUrl: payload.image,
timestamp: new Date().toTimeString(),

Loading…
Cancel
Save