Skip to content

Commit 4befa8c

Browse files
committed
fix: avoid importing from index.ts
1 parent 21b8b31 commit 4befa8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/auth/providers/sharedCredentialsProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
import { CredentialsData, SectionName, SharedCredentialsKeys } from '../credentials/types'
3232
import { SsoProfile, hasScopes, scopesSsoAccountAccess } from '../connection'
3333
import { builderIdStartUrl } from '../sso/constants'
34-
import { ToolkitError } from '../../shared'
34+
import { ToolkitError } from '../../shared/errors'
3535

3636
const credentialSources = {
3737
ECS_CONTAINER: 'EcsContainer',

0 commit comments

Comments
 (0)