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

This commit is contained in:
Kieron Boswell
2020-12-16 00:28:09 +00:00
committed by GitHub
parent e8776fd336
commit 961d110720

View File

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