marklogic / entity-services

Data modeling and code scaffolding for data integration in MarkLogic
https://docs.marklogic.com/guide/entity-services
Apache License 2.0
7 stars 10 forks source link

Version translator code has an improper closing braces in a commented out code #349

Closed bsrikan closed 7 years ago

bsrikan commented 7 years ago

For scenarios similar to an entity type in source but not in target model, the commented out code has a closing brace } instead of bracket )

Example: =>map:with("$type", "ShipDetails" } should be =>map:with("$type", "ShipDetails" )

grechaw commented 7 years ago

Given this is in comments, it doesn't seem unreasonable to expect it go get into the release.

grechaw commented 7 years ago

This will be in a PR with #351 in a minute or two.

bsrikan commented 7 years ago

Test in e2e and functional tests verified this bug and is working as expected. Shipping.