Skip to content

Commit

Permalink
Fix storyblok full_slug type (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
annarhughes committed Jan 9, 2024
1 parent d9ec88d commit 0bb3376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webhooks/dto/story.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ export class StoryDto {
space_id?: number;

@IsOptional()
@IsNumber()
@IsString()
full_slug?: string;
}

0 comments on commit 0bb3376

Please sign in to comment.