File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
marklogic-data-hub/src/main/resources/ml-modules/root/com.marklogic.hub/lib Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -591,12 +591,6 @@ declare function flow:make-error-json($ex) {
591591declare function flow:validate-entities ()
592592{
593593 let $errors := json:array ()
594- let $identifier := "123"
595- let $content :=
596- map:new ((
597- map:entry ("identifier" , $identifier),
598- map:entry ("content" , <x/>)
599- ))
600594 let $options := map:map ()
601595 let $_ :=
602596 for $entity in flow:get-entities ()/hub:entity
@@ -623,10 +617,10 @@ declare function flow:validate-entities()
623617 flow:run-plugin (
624618 $plugin,
625619 $data-format,
626- $identifier ,
627- map:get ($content, "content" ),
628- map:get ($content, "headers" ),
629- map:get ($content, "triple" ),
620+ "123" ,
621+ ( ),
622+ ( ),
623+ ( ),
630624 $options)
631625 }
632626 catch ($ex) {
You can’t perform that action at this time.
0 commit comments