Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nygrenh committed Jan 10, 2024
1 parent 91b6d05 commit 2843945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/bin/fetchUserAppDatum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const fetchUserAppDatum = async () => {
hidden: true,
teacher_in_charge_name: "",
teacher_in_charge_email: "",
start_date: "",
start_date: null,
},
})
}
Expand Down

0 comments on commit 2843945

Please sign in to comment.