We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ce56e4 commit 8ace1e0Copy full SHA for 8ace1e0
src/Umbraco.Infrastructure/Persistence/Dtos/WebhookDto.cs
@@ -48,6 +48,6 @@ internal sealed class WebhookDto
48
49
[ResultColumn]
50
[Reference(ReferenceType.Many, ReferenceMemberName = Webhook2HeadersDto.ReferenceMemberName)]
51
- public List<Webhook2ContentTypeKeysDto> Webhook2Headers { get; set; } = new();
+ public List<Webhook2HeadersDto> Webhook2Headers { get; set; } = new();
52
}
53
0 commit comments