Skip to content

Commit a223ba5

Browse files
committed
Fix Prettier
1 parent 9e5651c commit a223ba5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/src/prisma-query-args/design-reviews.query-args.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export const getDesignReviewQueryArgs = (organizationId: string) =>
1515
attendees: getUserQueryArgs(organizationId),
1616
userDeleted: getUserQueryArgs(organizationId),
1717
wbsElement: true,
18-
notificationSlackThreads: true,
18+
notificationSlackThreads: true
1919
}
2020
});

0 commit comments

Comments
 (0)