Skip to content

Commit 59214f4

Browse files
committed
chore(id-auth-sra): set command instance ref on smithy context
1 parent dbed2af commit 59214f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/smithy-client/src/command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export abstract class Command<
8282
inputFilterSensitiveLog,
8383
outputFilterSensitiveLog,
8484
[SMITHY_CONTEXT_KEY]: {
85+
commandInstance: this,
8586
...smithyContext,
8687
},
8788
...additionalContext,

0 commit comments

Comments
 (0)