Fixed key null constraint

ref #104
This commit is contained in:
2021-01-19 17:27:43 +01:00
parent 11af9c02d9
commit de824375d3
3 changed files with 15 additions and 23 deletions

View File

@@ -54,7 +54,6 @@ export class GroupContact {
* The contact's address.
* This is a address object to prevent any formatting differences.
*/
@IsOptional()
@Column(type => Address)
address?: Address;