Skip to content

Commit

Permalink
chore(smithy_codegen): Fix analysis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dillon Nys committed Aug 15, 2023
1 parent f291845 commit 7b76473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/smithy/smithy_codegen/lib/src/util/shape_ext.dart
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ extension OperationShapeUtil on OperationShape {
AwsJson1_0Trait.id,
AwsJson1_1Trait.id,
AwsQueryTrait.id,
Ec2QueryTrait.id
Ec2QueryTrait.id,
];
if (rpcProtocols.contains(protocol.singleOrNull?.shapeId)) {
return const HttpTrait(method: 'POST', uri: '/');
Expand Down

0 comments on commit 7b76473

Please sign in to comment.