mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
add comment to contributor.critical flag in user model
This commit is contained in:
parent
2a8fc7aea2
commit
57a9fb5241
1 changed files with 1 additions and 0 deletions
|
|
@ -162,6 +162,7 @@ export default new Schema({
|
|||
text: String,
|
||||
// a markdown textarea to list their contributions + links
|
||||
contributions: String,
|
||||
// user can own Critical Hammer of Bug-Crushing if this has a truthy value
|
||||
critical: String,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue