Skip to content

Commit c2a9541

Browse files
kuhetrivikr
andcommitted
Update packages/core/src/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts
Co-authored-by: Trivikram Kamat <[email protected]>
1 parent ba15c99 commit c2a9541

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/core/src/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ export const resolveAwsSdkSigV4Config = <T>(
129129
}
130130
}
131131

132-
const boundCredentialsProvider = async () => {
133-
return credentialsProvider!({ callerClientConfig: config });
134-
};
132+
const boundCredentialsProvider = async () => credentialsProvider!({ callerClientConfig: config });
135133

136134
// Populate sigv4 arguments
137135
const {

0 commit comments

Comments
 (0)