Skip to content

Commit

Permalink
removed confirmation codeofConduct
Browse files Browse the repository at this point in the history
  • Loading branch information
mzhou08 committed Dec 24, 2024
1 parent 512c74a commit 84f325b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/models/Profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ const Confirmation: Schema<IConfirmation> = new Schema({
type: Boolean,
required: true,
},
signatureCodeOfConduct: {
type: Boolean,
required: true,
},
willMentor: {
type: Boolean,
required: true,
Expand Down

0 comments on commit 84f325b

Please sign in to comment.