Skip to content

Commit

Permalink
fix(api): fix compilation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tatarco committed Dec 21, 2024
1 parent fd2b485 commit 51396f6
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ export class BulkSubscriberCreateDto {
@ApiProperty({
description: 'An array of subscribers to be created in bulk.',
type: [CreateSubscriberRequestDto], // Specify the type of the array elements
example: [
{
email: 'example@example.com',
name: 'John Doe',
},
],
})
@IsArray()
@ArrayNotEmpty()
Expand Down

0 comments on commit 51396f6

Please sign in to comment.