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

Commit

Permalink
fix: duplicate variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
MattMorgis committed Nov 14, 2016
1 parent aabd4ee commit ccb4f6f
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 @@ -86,7 +86,7 @@ var username = process.env.QB_USERNAME || 'username';
*
* @type {string}
*/
var password = password = process.env.QB_PASSWORD || 'password';
var password = process.env.QB_PASSWORD || 'password';

/**
* The path to the company file that
Expand Down

0 comments on commit ccb4f6f

Please sign in to comment.