Skip to content

Commit

Permalink
merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed May 12, 2023
1 parent 6a5f63c commit c4e62ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AssumeRoleProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { URL, URLSearchParams } from 'node:url'

import { CredentialProvider } from './CredentialProvider.ts'
import { Credentials } from './Credentials.ts'
import { makeDateLong, parseXml, toSha256 } from './internal/helpers.ts'
import { makeDateLong, parseXml, toSha256 } from './internal/helper.ts'
import { signV4ByServiceName } from './signing.ts'

export class AssumeRoleProvider extends CredentialProvider {
Expand Down

0 comments on commit c4e62ff

Please sign in to comment.