From 84f325b955b7322d7f5b6c29c8ec8edcf3533b53 Mon Sep 17 00:00:00 2001 From: Michael Zhou Date: Tue, 24 Dec 2024 17:01:05 -0500 Subject: [PATCH] removed confirmation codeofConduct --- src/models/Profile.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/models/Profile.ts b/src/models/Profile.ts index 51ba572..d7d5d89 100644 --- a/src/models/Profile.ts +++ b/src/models/Profile.ts @@ -26,10 +26,6 @@ const Confirmation: Schema = new Schema({ type: Boolean, required: true, }, - signatureCodeOfConduct: { - type: Boolean, - required: true, - }, willMentor: { type: Boolean, required: true,