Skip to content

Commit

Permalink
Merge pull request #229 from uwblueprint/release/v0.0.4
Browse files Browse the repository at this point in the history
release/v0.0.4
  • Loading branch information
MatoPlus authored Jan 4, 2022
2 parents cf58cad + d16fd2a commit 28cbe28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-diversity-for-children",
"version": "0.0.3",
"version": "0.0.4",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
1 change: 0 additions & 1 deletion pages/admin/class/edit/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export default function CreateClass({ session }: Props): JSX.Element {
endDate: new Date(endDate),
price,
id,
startTimeMinutes: moment(startDate).diff(moment().startOf("day"), "minutes"),
durationMinutes: parseInt(durationMinutes),
teacherRegs: [
{
Expand Down

0 comments on commit 28cbe28

Please sign in to comment.