Skip to content

Commit

Permalink
change beneficiary model
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiDubauskas committed Sep 5, 2023
1 parent 8cc6001 commit feee393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions models/Beneficiary.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ const BeneficiarySchema = new Schema({
photo: {
type: String, // change this when we know how to store photos
},
bankAccountIntake: {
hasBankAccountIntake: {
type: Boolean
},
bankAccountCompletion: {
hasBankAccountCompletion: {
type: Boolean
},
englishLvlIntake: {
Expand Down Expand Up @@ -119,7 +119,7 @@ const BeneficiarySchema = new Schema({
savingsCompletion: {
type: Number
},
workFoundCompletion: {
hasFoundWorkCompletion: {
type: Boolean
},
});
Expand Down

0 comments on commit feee393

Please sign in to comment.