Skip to content

Commit 186a8bf

Browse files
committed
ошибочная функция
1 parent 224b8bc commit 186a8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OneScript.StandardLibrary/Collections/Indexes/CollectionIndex.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ internal void ExcludeFields()
8181
foreach (var field in _fields)
8282
{
8383
if (field is ValueTable.ValueTableColumn column)
84-
column.AddToIndex();
84+
column.DeleteFromIndex();
8585
}
8686
}
8787

0 commit comments

Comments
 (0)