Skip to content

Commit 9ec6eec

Browse files
committed
lint: lib/auth/ldap.index.ts
remove unused vars
1 parent 5eba0b8 commit 9ec6eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/ldap/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ passport.use(new LDAPStrategy({
5757
defaults: {
5858
profile: stringifiedProfile
5959
}
60-
}).spread(function (user, created) {
60+
}).spread(function (user) {
6161
if (user) {
6262
let needSave = false
6363
if (user.profile !== stringifiedProfile) {

0 commit comments

Comments
 (0)