Skip to content

Commit 0ed2651

Browse files
committed
lint: lib/auth/saml/index.ts
remove unused vars
1 parent d6f100c commit 0ed2651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/auth/saml/index.ts

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

0 commit comments

Comments
 (0)