Merge branch 'master' into remove-angular
Conflicts: bower.json client/main.js server/views/coursewares/showZiplineOrBasejump.jade server/views/partials/scripts.jade
This commit is contained in:
@ -322,7 +322,7 @@ module.exports = function(User) {
|
||||
})
|
||||
// no results means this is the first brownie point given by giver
|
||||
// so return -1 to indicate receiver should receive point
|
||||
.firstOrDefault(null, -1)
|
||||
.first({ defaultValue: -1 })
|
||||
.flatMap((browniePointsFromGiver) => {
|
||||
if (browniePointsFromGiver === -1) {
|
||||
|
||||
|
Reference in New Issue
Block a user