Fix bug
This commit is contained in:
parent
4ea50f1d5d
commit
a8f7156fb1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ db.posts.update({
|
|||
mediaIds: null
|
||||
}, {
|
||||
mediaIds: {
|
||||
$exist: false
|
||||
$exists: false
|
||||
}
|
||||
}]
|
||||
}, {
|
||||
|
|
Loading…
Reference in a new issue