Skip to content

Commit

Permalink
fix(web): Fixing missing property exception (#2008)
Browse files Browse the repository at this point in the history
  • Loading branch information
robzienert authored Oct 17, 2017
1 parent bc4e1d3 commit f4d8780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class OperationsController {
def credentials = accountCredentialsRepository.getOne(accountName)
providerVersion = credentials.getProviderVersion()
} else {
log.warn "Unable to get account name from operation: $inputs"
log.warn "Unable to get account name from operation: $operation"
}
} catch (Exception e) {
log.warn "Unable to determine account version", e
Expand Down

0 comments on commit f4d8780

Please sign in to comment.