Skip to content

Commit

Permalink
💚 Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Dec 17, 2023
1 parent bee6759 commit 40024be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/api/src/crm/contact/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ export class Phone {
description: 'The phone number of a contact',
})
phone_number: string;
@ApiProperty()
@ApiProperty({
description: 'The phone type of a contact',
})
phone_type: string;
@ApiPropertyOptional()
owner_type?: string;
Expand Down

0 comments on commit 40024be

Please sign in to comment.