Skip to content

Commit

Permalink
[fix:36] removing required in a not obligated field
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagaima committed Sep 5, 2024
1 parent 75943d2 commit 0f4dac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Models/financialMovementsSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const financialMovementsSchema = new mongoose.Schema({
datadePagamento: {
type: Date,
default: Date.now,
required: true,
},
baixada: {
type: Boolean,
Expand Down

0 comments on commit 0f4dac1

Please sign in to comment.