Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
fredzqm committed May 21, 2024
1 parent ea68811 commit 2374c9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gcp/cloudsql/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export async function execute(
ipType: IpAddressTypes.PUBLIC,
authType: AuthTypes.IAM,
});
console.log("CLOUD_IAM_SERVICE_ACCOUNT", user, "clientOpts", clientOpts);
pool = new pg.Pool({
...clientOpts,
user: opts.username,
Expand Down

0 comments on commit 2374c9e

Please sign in to comment.