Skip to content

Commit e12e438

Browse files
committed
lint
1 parent 599848e commit e12e438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/clients/redshiftClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export class DefaultRedshiftClient {
231231
connectionParams: ConnectionParams
232232
): Promise<ClusterCredentials | GetCredentialsResponse> {
233233
if (warehouseType === RedshiftWarehouseType.PROVISIONED) {
234-
const redshiftClient = await this.redshiftClientProvider(this.regionCode)
234+
const redshiftClient = this.redshiftClientProvider(this.regionCode)
235235
const getClusterCredentialsRequest: GetClusterCredentialsMessage = {
236236
DbUser: connectionParams.username!,
237237
DbName: connectionParams.database,

0 commit comments

Comments
 (0)