Skip to content

Commit

Permalink
Merge pull request #16 from brandsExclusive/LBO-611
Browse files Browse the repository at this point in the history
[LBO-611] Rewrote the new syntactics code of js for old node version
  • Loading branch information
reb2020 authored May 16, 2018
2 parents 3385a32 + 3e65515 commit a271f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ let query = (text, values_in) => {
};

function configure(overrides) {
pool = new Pool({...config, ...overrides})
pool = new Pool(Object.assign(config, overrides))
}

module.exports.query = query;
Expand Down

0 comments on commit a271f0c

Please sign in to comment.