Skip to content

Commit 2f25048

Browse files
committed
Fixed copy-paste error in NoopPropertyVisitor
(cherry picked from commit 231c9e3)
1 parent 5e4b06d commit 2f25048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Mapping/Visitor/NoopPropertyVisitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void Visit(IProperty type, PropertyInfo propertyInfo, ElasticsearchProper
104104

105105
var keywordType = type as IKeywordProperty;
106106
if (keywordType != null)
107-
Visit(textType, propertyInfo, attribute);
107+
Visit(keywordType, propertyInfo, attribute);
108108

109109
var attachmentType = type as IAttachmentProperty;
110110
if (attachmentType != null)

0 commit comments

Comments
 (0)