Skip to content

Commit

Permalink
fix: add dependency with import (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Dec 18, 2023
1 parent 3ad9987 commit 9485a73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@ private void generateOperationRequestSerializer(
// Then construct the request from them. The client's resolved endpoint can
// be default one or supplied by users.

writer.addDependency(TypeScriptDependency.SMITHY_CORE);
writer.addImport("requestBuilder", "rb", TypeScriptDependency.SMITHY_CORE);
writer.write("const b = rb(input, context);");

Expand Down

0 comments on commit 9485a73

Please sign in to comment.