diff options
| author | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-29 20:43:58 +0000 |
|---|---|---|
| committer | Samarth Agarwal <samarth.agarwal@mail.utoronto.ca> | 2019-03-29 20:43:58 +0000 |
| commit | 4315ac98ec453f1e1463d370d361576c39ebbb1b (patch) | |
| tree | d9459ce62d6f714df0e96440d31399aa450ab676 /web/models/mockpoints.js | |
| parent | 6efb02e2e5659b8d36cec0d5e9452042b98d2fda (diff) | |
Removed default status value again.
Diffstat (limited to 'web/models/mockpoints.js')
| -rw-r--r-- | web/models/mockpoints.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/models/mockpoints.js b/web/models/mockpoints.js index 2398fae..51bd422 100644 --- a/web/models/mockpoints.js +++ b/web/models/mockpoints.js @@ -11,7 +11,7 @@ var dumbJsonSchema = new Schema({ longhair: Boolean, longbeard: Boolean, extra: String, - status: type: String + status: String }); // Mongoose Model definition |
