Skip to content

Commit 7773fc9

Browse files
committed
rm line
1 parent 546ad44 commit 7773fc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils/oidc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ async function oidc ({ packageName, registry, opts, config }) {
180180
opts[authTokenKey] = response.token
181181
config.set(authTokenKey, response.token, 'user')
182182
log.silly('oidc', `OIDC token successfully retrieved`)
183-
184183
} catch (error) {
185184
/* istanbul ignore next */
186185
log.verbose('oidc', 'Failure checking OIDC config', error)

0 commit comments

Comments
 (0)