add comment to contributor.critical flag in user model

This commit is contained in:
Alys
2020-04-13 15:11:40 +10:00
parent 2a8fc7aea2
commit 57a9fb5241

View File

@@ -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,
},