Skip to content

Commit d6f100c

Browse files
committed
lint: lib/auth/openid/index.ts
unused vars
1 parent 9ec6eec commit d6f100c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/openid/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ passport.use(new OpenIDStrategy({
2424
defaults: {
2525
profile: stringifiedProfile
2626
}
27-
}).spread(function (user, created) {
27+
}).spread(function (user) {
2828
if (user) {
2929
let needSave = false
3030
if (user.profile !== stringifiedProfile) {

0 commit comments

Comments
 (0)