aboutsummaryrefslogtreecommitdiff
path: root/web/models/mockpoints.js
diff options
context:
space:
mode:
authorIvan Shen <iwshen11@gmail.com>2019-03-28 19:38:23 +0000
committerGitHub <noreply@github.com>2019-03-28 19:38:23 +0000
commit143891d8467bf80209255fd55da1739625583858 (patch)
tree568e5fa7c38757ec64943aa4f37143728cba6eb7 /web/models/mockpoints.js
parenta4de620727d4e7d294ced1d1e1c956c0be8c0cd2 (diff)
parent3dd064805b0c4930886a99dccc9d4d980e8c15e0 (diff)
Merge branch 'qa' into feat/28
Diffstat (limited to 'web/models/mockpoints.js')
-rw-r--r--web/models/mockpoints.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/models/mockpoints.js b/web/models/mockpoints.js
index ac9ecd4..51bd422 100644
--- a/web/models/mockpoints.js
+++ b/web/models/mockpoints.js
@@ -10,7 +10,8 @@ var dumbJsonSchema = new Schema({
race: String,
longhair: Boolean,
longbeard: Boolean,
- extra: String
+ extra: String,
+ status: String
});
// Mongoose Model definition