commit | 7b4984ea6cd4c923219dcd10ad778113ba52ad7b | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon May 26 19:12:20 2025 +0200 |
committer | Akron <nils@diewald-online.de> | Mon May 26 19:12:20 2025 +0200 |
tree | b43193dee32cd189655935f048254a02b6ec0434 | |
parent | 448ee766ea70f87cb7403175911422d77ccafdb5 [diff] [blame] |
Parse json, where the modifying part is in "query".
diff --git a/cmd/termmapper/main.go b/cmd/termmapper/main.go index d8ff609..9d45bbc 100644 --- a/cmd/termmapper/main.go +++ b/cmd/termmapper/main.go
@@ -151,7 +151,7 @@ } // Apply mappings - result, err := m.ApplyMappings(mapID, mapper.MappingOptions{ + result, err := m.ApplyQueryMappings(mapID, mapper.MappingOptions{ Direction: direction, FoundryA: foundryA, FoundryB: foundryB,