Add .editorconfig to enforce certain automatic behavior on all editors,
Add logic for ziplines and basejumps completion.
This commit is contained in:
@ -347,7 +347,10 @@ var userSchema = new mongoose.Schema({
|
||||
{
|
||||
completedDate: Long,
|
||||
_id: String,
|
||||
name: String
|
||||
name: String,
|
||||
completedWith: String,
|
||||
solution: String,
|
||||
githubLink: String
|
||||
}
|
||||
],
|
||||
currentStreak: {
|
||||
|
Reference in New Issue
Block a user