Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed May 7, 2024
1 parent d708c00 commit 455fe3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/athena.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ async function startQuery(client, QueryString, ExecutionParameters = null) {
QueryExecutionContext: {
Catalog: "AwsDataCatalog",
Database: process.env.ATHENA_DB,
}
},
};
const command = await new StartQueryExecutionCommand(params);
const response = await client.send(command);
Expand Down

0 comments on commit 455fe3c

Please sign in to comment.