Skip to content
Snippets Groups Projects
Commit 39c9bff2 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent c4bc3a44
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ db.posts.update({
mediaIds: null
}, {
mediaIds: {
$exist: false
$exists: false
}
}]
}, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment