Skip to content

Commit

Permalink
- Fix again.
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel committed Nov 28, 2023
1 parent 2954bd9 commit 307fc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws/src/clients/cloudformation.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export class CloudformationClient implements CloudformationClientInterface {
this.logHandler.debug("CLOUDFORMATION CLIENT - List Change Sets", {input}, AwsModuleKeyname);
const command = new ListChangeSetsCommand(input)
try {
const response = await this.getClient().send(input);
const response = await this.getClient().send(command);

this.logHandler.debug("CLOUDFORMATION CLIENT - List Change set Response", {input, response}, AwsModuleKeyname)

Expand Down

0 comments on commit 307fc78

Please sign in to comment.