Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #28 from shahidcodes/master
Browse files Browse the repository at this point in the history
fix auth failed
  • Loading branch information
MattMorgis committed Aug 1, 2019
2 parents 8acaa7a + 90e06c5 commit b52be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/web-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ var password = process.env.QB_PASSWORD || 'password';
*
* @type {string}
*/
var companyFile = process.env.QB_COMPANY_FILE || '';
var companyFile = process.env.QB_COMPANY_FILE || {};

/**
* Requests to be processed by QBWC
Expand Down

0 comments on commit b52be71

Please sign in to comment.