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:
parent
164861da76
commit
a527a08cb0
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ async function listener(model, options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
sendEmail(post).then(async () => {
|
sendEmail(post).then(async () => {
|
||||||
|
|
||||||
let actor = {id: null, type: null};
|
let actor = {id: null, type: null};
|
||||||
if (options.context && options.context.user) {
|
if (options.context && options.context.user) {
|
||||||
actor = {
|
actor = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue