Skip to content

Commit 4544617

Browse files
authored
Merge pull request #183 from Vettvangur/bug/algolia-genericType
fix error in GetRecordBuilderType MakeGenericTyoe in Algolia
2 parents 009ec24 + e9e7af9 commit 4544617

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)