Skip to content

Commit fd44af0

Browse files
committed
fix: typef
1 parent ee090b7 commit fd44af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/src/app/widgets/dtos/message-response.dto.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ export class MessageCTA implements IMessageCTA {
123123
})
124124
type: ChannelCTATypeEnum;
125125

126-
@ApiProperty({
126+
@ApiPropertyOptional({
127127
description: 'Data associated with the call to action',
128128
type: MessageCTAData,
129129
})

0 commit comments

Comments
 (0)