Skip to content

Commit

Permalink
Possible fix - concurrent query error
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyEe committed Aug 25, 2023
1 parent cf0ff3b commit 8983a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/athenaExpress.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = class AthenaExpress {
* @returns {Promise<Object>}
*/
async query(query, queryParams) {
const config = this.config;
const config = { ...this.config };

let initiateQueryInAthena = true;

Expand Down

0 comments on commit 8983a10

Please sign in to comment.