Fix missing isNullable (#2892)

* Fix missing isNullable

* fix
This commit is contained in:
Weiko
2023-12-08 16:33:34 +01:00
committed by GitHub
parent b68f5cda97
commit a48c9293f6
7 changed files with 9 additions and 1 deletions

View File

@ -131,5 +131,6 @@ export class ActivityObjectMetadata extends BaseObjectMetadata {
icon: 'IconUserCircle',
joinColumn: 'assigneeId',
})
@IsNullable()
assignee: WorkspaceMemberObjectMetadata;
}