We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edb7b6 commit d2c4f8eCopy full SHA for d2c4f8e
1 file changed
src/backend/tests/test-utils.ts
@@ -707,6 +707,7 @@ export const createTestTaskWithOrganization = async (user: User, organization?:
707
TaskStatus.IN_PROGRESS,
708
[user.userId],
709
organization,
710
+ undefined,
711
new Date()
712
);
713
0 commit comments