Skip to content

Commit

Permalink
change mandatory fields
Browse files Browse the repository at this point in the history
  • Loading branch information
achandrabalan committed Mar 8, 2024
1 parent c24b34a commit 0714335
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/models/task.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const TaskSchema: Schema = new Schema({
},
description: {
type: String,
required: true,
},
requiresApproval: {
type: Boolean,
Expand All @@ -37,7 +36,6 @@ const TaskSchema: Schema = new Schema({
},
dueDate: {
type: Date,
required: true,
},
expiry: {
type: Date,
Expand Down

0 comments on commit 0714335

Please sign in to comment.