change _id to id everywhere that seems relevant to loopback

This commit is contained in:
Quincy Larson
2015-06-04 13:20:42 -07:00
parent a695daa03f
commit 3654bb7e6f
30 changed files with 288 additions and 288 deletions

View File

@ -40,7 +40,7 @@ MongoClient.connect(oldUri, function(err, database) {
})
.map(function(key) {
return({
_id: coursewares[key].id,
id: coursewares[key].id,
completedDate: user.challengesHash[key]
});
});