Skip to content

Commit e9e7af9

Browse files
Garðar ÞorsteinssonGarðar Þorsteinsson
authored andcommitted
fix error in GetRecordBuilderType MakeGenericTyoe in Algolia
1 parent 009ec24 commit e9e7af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Cms.Integrations.Search.Algolia/Builders/IRecordBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public interface IRecordBuilder
1010
}
1111

1212
public interface IRecordBuilder<in TContentType>
13-
: IRecordBuilder where TContentType : PublishedContentModel
13+
: IRecordBuilder where TContentType : IPublishedContent
1414
{
1515
}
1616
}

0 commit comments

Comments
 (0)