Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
unit(consultation): fix the consultation scheduled start time
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Sep 12, 2022
1 parent a01d683 commit 5da6ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api/consultation/create.post.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe("Controller: POST /api/consultation", () => {
"attachedRoleID": model.attachedRoleID,
"finishedAt": model.finishedAt?.toJSON(),
"reason": model.reason,
"scheduledStartAt": model.scheduledStartAt
"scheduledStartAt": model.scheduledStartAt.toJSON()
},
"type": "consultation"
}
Expand Down

0 comments on commit 5da6ab5

Please sign in to comment.