Skip to content

Commit 8edb7b6

Browse files
committed
tests
1 parent 7cb6a2d commit 8edb7b6

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/backend/src/prisma/seed.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,6 +1646,7 @@ const performSeed: () => Promise<void> = async () => {
16461646
Task_Status.DONE,
16471647
[joeShmoe.userId],
16481648
ner,
1649+
undefined,
16491650
new Date('2022-11-16T00:00-05:00')
16501651
);
16511652

src/backend/src/services/tasks.services.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export default class TasksService {
2727
* @param status the status of the task
2828
* @param assignees the assignees ids of the task
2929
* @param organizationId the organization that the user is currently in
30+
* @param startDate the start date of the task
3031
* @param deadline the deadline of the task
3132
* @returns the id of the successfully created task
3233
* @throws if the user does not have access to create a task, wbs element does not exist, or wbs element is deleted

0 commit comments

Comments
 (0)