Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c3f5243

Browse files
committed
bug: fix
1 parent eb8da48 commit c3f5243

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/plugins/leetcode.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,7 @@ function parseCookie(cookie, body, cb) {
548548
return cb('invalid cookie?');
549549
}
550550
return {
551-
// sessionId: SessionResult[1],
552-
sessionId: cookie,
551+
sessionId: reSessionResult[1],
553552
sessionCSRF: reCsrfResult[1],
554553
};
555554
}

0 commit comments

Comments
 (0)