Calculation recorsively up completed!

This commit is contained in:
Paolo Arena
2019-04-06 21:52:34 +02:00
parent d40297acb3
commit 1856818d3a
5 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ var TodoSchema = new mongoose.Schema({
priority: {
type: Number,
},
status: {
statustodo: {
type: Number,
default: 0
},