Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <sannish@sannish1.sl.cloud9.ibm.com>
  • Loading branch information
Sandeep Nishad committed Sep 5, 2023
1 parent 6236219 commit 682d0a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ class InteroperableHelper {
}, { result: Any ->
if (returnWithoutLocalInvocation) {
logger.debug("Verification was successful and external-state was stored with array of linearIds $result.\n")
Right(result.toString())
Right(result)
} else {
logger.debug("Verification was successful and called flow: $invokeFlowName with result: $result.\n")
Right(result)
Expand Down

0 comments on commit 682d0a0

Please sign in to comment.