summaryrefslogtreecommitdiffstats
path: root/models/wekanCreator.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/wekanCreator.js')
-rw-r--r--models/wekanCreator.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/models/wekanCreator.js b/models/wekanCreator.js
index ae2097cc..723c5c67 100644
--- a/models/wekanCreator.js
+++ b/models/wekanCreator.js
@@ -96,7 +96,6 @@ export class WekanCreator {
archived: Boolean,
dateLastActivity: DateString,
labelIds: [String],
- members: [String],
title: String,
sort: Number,
})]);
@@ -107,7 +106,6 @@ export class WekanCreator {
// XXX refine control by validating 'color' against a list of allowed
// values (is it worth the maintenance?)
color: String,
- name: String,
})]);
}