Skip to content

Commit

Permalink
Remove published field in application
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed Apr 30, 2024
1 parent d236b50 commit 3c16a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/event/[pid]/application.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3c16a2e

Please sign in to comment.