Skip to content

Commit

Permalink
Remove PropertyHeuristicConverterFactory. It's uncovered and it's pur…
Browse files Browse the repository at this point in the history
…pose is covered by different converters.
  • Loading branch information
danielcweber committed Sep 6, 2024
1 parent 99123fa commit d9be2ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public static IGremlinQueryEnvironment UseNewtonsoftJson(this IGremlinQueryEnvir

.Add(new ExtractPropertyValueConverterFactory())
.Add(new ScalarToPropertyConverterFactory())
.Add(new PropertyHeuristicConverterFactory())

.Add(new VertexOrEdgeConverterFactory())
.Add(new LabelLookupConverterFactory())
Expand Down

0 comments on commit d9be2ae

Please sign in to comment.