We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa88e0b commit 964df77Copy full SHA for 964df77
1 file changed
src/utils/api.mts
@@ -5,9 +5,7 @@ import { logger } from '@socketsecurity/registry/lib/logger'
5
import { isNonEmptyString } from '@socketsecurity/registry/lib/strings'
6
7
import { getConfigValueOrUndef } from './config.mts'
8
-import { AuthError } from './errors.mts'
9
import constants from '../constants.mts'
10
-import { failMsgWithBadge } from './fail-msg-with-badge.mts'
11
import { getDefaultToken } from './sdk.mts'
12
13
import type { CResult } from '../types.mts'
0 commit comments