Skip to content

Commit

Permalink
Fix helpers.Hydra#addNetServiceAccess method
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Oct 19, 2019
1 parent f7be912 commit c0603be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/camunda/latera/bss/helpers/hydra/Customer.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ trait Customer {
result = true
}
order."${customerPrefix}${netServicePrefix}AccessAdded" = result
return false
return result
}

Boolean addAppAccess(Map input = [:]) {
Expand Down

0 comments on commit c0603be

Please sign in to comment.