Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sbera87 committed Dec 13, 2024
1 parent f333753 commit cbc6b8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ protected List<SdkFileEntry> generateClientSourceFile( List<ServiceModel> servic

return serviceModelsIndices.stream().map(index ->
{
if(index == 0 && serviceModels.get(index).isUseSmithyClient())
if(serviceModels.get(index).isUseSmithyClient())
{
return GenerateSmithyClientSourceFile(serviceModels.get(index), index);
}
Expand Down

0 comments on commit cbc6b8f

Please sign in to comment.