mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typo
This commit is contained in:
parent
78bff39c23
commit
548a3c7b93
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ const Comment = ghostBookshelf.Model.extend({
|
|||
},
|
||||
|
||||
enforcedFilters: function enforcedFilters(options) {
|
||||
// Convenicence option to merge all filters with parent_id:null filter
|
||||
// Convenience option to merge all filters with parent_id:null filter
|
||||
if (options.parentId !== undefined) {
|
||||
if (options.parentId === null) {
|
||||
return 'parent_id:null';
|
||||
|
|
Loading…
Add table
Reference in a new issue