Skip to content

Commit

Permalink
remove getComponentIfExist
Browse files Browse the repository at this point in the history
  • Loading branch information
ssgueye2 committed May 30, 2023
1 parent d3e9c80 commit a965d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ private async Task<Dictionary<string, ComponentDeploymentSpecification>> CreateG
{
try
{
var getComponentIfExist = await this.greengras.DescribeComponentAsync(new DescribeComponentRequest
_ = await this.greengras.DescribeComponentAsync(new DescribeComponentRequest
{
Arn = $"arn:aws:greengrass:{config.AWSRegion}:{config.AWSAccountId}:components:{component.ModuleName}:versions:{component.Version}"
});
Expand Down

0 comments on commit a965d8b

Please sign in to comment.