redirect user to bonfires if has completed waypoints but not bonfires gulp
This commit is contained in:
@@ -18,6 +18,10 @@ var userSchema = new mongoose.Schema({
|
||||
github: String,
|
||||
linkedin: String,
|
||||
tokens: Array,
|
||||
finishedWaypoints: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
progressTimestamps: {
|
||||
type: Array,
|
||||
default: []
|
||||
|
Reference in New Issue
Block a user