Skip to content

Commit

Permalink
[fix:35] - add empty string as possible enum value in formadePagamento
Browse files Browse the repository at this point in the history
Signed-off-by: saracampss <[email protected]>
  • Loading branch information
saracampss committed Sep 6, 2024
1 parent b756ce4 commit 980957b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Models/financialMovementsSchema.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const financialMovementsSchema = new mongoose.Schema({
"Boleto",
"Cheque",
"Depósito",
"",
],
},
datadeVencimento: {
Expand Down

0 comments on commit 980957b

Please sign in to comment.