Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
braathen committed May 12, 2016
1 parent 0a6b800 commit e63a049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function getCertificates(cert, certKey) {
for (var obj in files) {
_certKey = getFileRealPath(files[obj]);

if (certKey != null) {
if (_certKey != null) {
certificate.cert = fs.readFileSync(_cert);
certificate.key = fs.readFileSync(_certKey);
break;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qlik-auth",
"version": "1.2.2",
"version": "1.2.3",
"description": "A module for simplyfing custom authentication with the Qlik Sense and QlikView products",
"main": "index.js",
"author": "Rikard Braathen",
Expand Down

0 comments on commit e63a049

Please sign in to comment.