aboutsummaryrefslogtreecommitdiff
path: root/web/models/mockpoints.js
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-03-28 17:27:45 +0000
committerGitHub <noreply@github.com>2019-03-28 17:27:45 +0000
commit19cea05b802a43f7c8bef95428b75a7b778ed502 (patch)
tree6c2a10b0b5f35eee65699b117b15cba93bfe2478 /web/models/mockpoints.js
parentdc7dd8bd77c2217d5b4999b30a11902241a4cddf (diff)
parent54b1457a6e641650263b04db15d6d1341a7a1a37 (diff)
Merge pull request #56 from csc301-winter-2019/feat/34
Feat/34
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