Skip to content

Commit 2846ab1

Browse files
committed
don't include deleted projects in favorite projects
1 parent 6eedfbc commit 2846ab1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/backend/src/services/users.services.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ export default class UsersService {
151151
}
152152
},
153153
wbsElement: {
154-
organizationId: organization.organizationId
154+
organizationId: organization.organizationId,
155+
dateDeleted: null
155156
}
156157
},
157158
...getProjectOverviewQueryArgs(organization.organizationId)

0 commit comments

Comments
 (0)