forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
c4bc3a44bc
commit
39c9bff27b
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