Skip to content

Commit 00b8a5f

Browse files
refactor: remove unused sess parameter from generateSessionId function (#1001)
The `sess` parameter was not used in `generateSessionId`, so it was removed to improve code clarity and reduce potential confusion. Co-authored-by: Sebastian Beltran <[email protected]>
1 parent 2cd6561 commit 00b8a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ function session(options) {
523523
* @private
524524
*/
525525

526-
function generateSessionId(sess) {
526+
function generateSessionId() {
527527
return uid(24);
528528
}
529529

0 commit comments

Comments
 (0)