Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jeshaitan/Scicademy
Browse files Browse the repository at this point in the history
  • Loading branch information
abagh0703 committed Jan 24, 2016
2 parents 70152ac + ceb977a commit aae994e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ app.post('/updateUserWithNewPapers', function(req, res) {
db.Papers.update({
"_id": ObjectID(req.body.paperIDs[i])
}, {
$pullAll: {
$pull: {
"authors": "0"
}
}, function(err, record) {
Expand Down

0 comments on commit aae994e

Please sign in to comment.