Skip to content

Commit a4edacf

Browse files
committed
#1524 ts error
1 parent c15c10e commit a4edacf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/backend/tests/test-data/projects.test-data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ export const prismaAssembly1: Assembly = {
121121
export const prismaMaterialType: PrismaMaterialType = {
122122
name: 'name',
123123
dateCreated: new Date('10-18-2023'),
124-
creatorId: 1
124+
creatorId: 1,
125+
dateDeleted: null
125126
};
126127

127128
export const prismaUnit: Unit = {

0 commit comments

Comments
 (0)