Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.

Commit

Permalink
fix: remove ca ssl cert from credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Compton committed Mar 13, 2018
1 parent c65aed3 commit b7650e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ function sanitizeCredentialsAndFillInDefaults (serviceType, service) {
case 'hypersecuredb':
return {
url: service.url || '',
cert: : ''
cert: ''
}
default:
return {}
Expand Down

0 comments on commit b7650e4

Please sign in to comment.