mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed invalid variable naming
refs ccab6117b4
- The change was meant to go with refed commit but was missed
This commit is contained in:
parent
ccab6117b4
commit
db9e3a01ab
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class PostsService {
|
|||
await this.models.Member.findPage({filter: `subscribed:true+${emailRecipientFilter}`, limit: 1});
|
||||
} catch (err) {
|
||||
return Promise.reject(new BadRequestError({
|
||||
message: tpl(messages.invalidEmailRecipientFileterParam),
|
||||
message: tpl(messages.invalidEmailRecipientFilter),
|
||||
context: err.message
|
||||
}));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue