mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Fixed linting error
This commit is contained in:
parent
da3b3850f5
commit
5c6316f051
@ -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…
Reference in New Issue
Block a user