mirror of
https://github.com/sasjs/server.git
synced 2026-01-11 00:10:06 +00:00
fix(session): increased session + bug fixed
This commit is contained in:
@@ -31,7 +31,7 @@ export class SessionController {
|
||||
? readySessions[0]
|
||||
: await this.createSession()
|
||||
|
||||
if (readySessions.length < 2) this.createSession()
|
||||
if (readySessions.length < 3) this.createSession()
|
||||
|
||||
return session
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user