Skip to content

Commit

Permalink
Merge branch 'dev' into feat/termsAndConditions
Browse files Browse the repository at this point in the history
  • Loading branch information
tektaxi authored Nov 15, 2024
2 parents 2be7b52 + 5b6abd6 commit 6b90368
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions middlewares/validators/validator.helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ function applicationValidator(fieldLocation, fieldname, optional = true) {
hasValid.sendEmail &&
hasValid.country &&
hasValid.sendEmail &&
hasValid.country &&
hasValid.privacyPolicy &&
hasValid.codeOfConduct
);
Expand Down Expand Up @@ -616,6 +617,7 @@ function applicationValidator(fieldLocation, fieldname, optional = true) {
hasValid.shirtSize &&
hasValid.other &&
hasValid.ethnicity &&
hasValid.country &&
hasValid.privacyPolicy &&
hasValid.codeOfConduct
);
Expand Down
1 change: 0 additions & 1 deletion routes/api/hacker.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ module.exports = {
"ethnicity": "Asian or Pacific Islander",
"sendEmail": true,
"country": "Canada",
"sendEmail": true,
"privacyPolicy": true,
"codeOfConduct": true,
}
Expand Down

0 comments on commit 6b90368

Please sign in to comment.