aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--models/pPost.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/pPost.js b/models/pPost.js
index 5ec28b1..c02f863 100644
--- a/models/pPost.js
+++ b/models/pPost.js
@@ -11,7 +11,7 @@ var pPostSchema = new Schema({
for: { type: Schema.ObjectId, ref: 'User' },
project: { type: Schema.ObjectId, ref: 'Project' },
what: { type: String, default: '', trim: true },
- comment: {type: String, default: '', trim: true },
+ comment: { type: String, default: '', trim: true },
participants: [],
value: { type: Number, defailt: 0 },
file: { type: String, default: '', trim: true },