From 3c16a2e0469d68e438e9390a1d117609fe236534 Mon Sep 17 00:00:00 2001 From: Harry Huang Date: Tue, 30 Apr 2024 14:16:48 -0500 Subject: [PATCH] Remove published field in application --- pages/event/[pid]/application.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/event/[pid]/application.tsx b/pages/event/[pid]/application.tsx index 539bb0a..0de8e3f 100644 --- a/pages/event/[pid]/application.tsx +++ b/pages/event/[pid]/application.tsx @@ -103,7 +103,6 @@ export default function SurveyCreatorWidget() { questions: convertSurveyToApplicationQuestions(surveyQuestions), responses: [] as ApplicationResponseData[], event: new mongoose.Types.ObjectId(pid as string), - published: false, }; // console.log(surveyQuestions); // console.log(newApplication);