0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed linter error

This commit is contained in:
Nazar Gargol 2019-11-05 12:24:28 +07:00
parent 164861da76
commit a527a08cb0

View file

@ -51,7 +51,6 @@ async function listener(model, options) {
}
sendEmail(post).then(async () => {
let actor = {id: null, type: null};
if (options.context && options.context.user) {
actor = {