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 87f22a5b7e
commit 323ec3d587
18 changed files with 235 additions and 235 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]
});
});