Skip to content
This repository has been archived by the owner on May 18, 2020. It is now read-only.

Commit

Permalink
fix: correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
igdianov committed Aug 17, 2019
1 parent 7fafb42 commit 70f9dee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void perfromTask(IntegrationRequest event) throws JsonParseException, Jso

Map<String, Object> result = Collections.singletonMap("result",
event.getIntegrationContext()
.getBusinessKey());
.getBusinessKey());
event.getIntegrationContext()
.addOutBoundVariables(result);

Expand Down

0 comments on commit 70f9dee

Please sign in to comment.