mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed linting error
This commit is contained in:
parent
da3b3850f5
commit
5c6316f051
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ function getAction(event) {
|
|||
function getObject(event) {
|
||||
if (event.type === 'newsletter_event') {
|
||||
if (event.data.newsletter && event.data.newsletter.name) {
|
||||
return 'emails from '+event.data.newsletter.name;
|
||||
return 'emails from ' + event.data.newsletter.name;
|
||||
}
|
||||
return 'emails';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue