mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Not deleting existing sessions till there are 3 of them, logging news.json, login feedback text update
This commit is contained in:
parent
18d181bd31
commit
82eca473e8
4 changed files with 4 additions and 4 deletions
|
@ -597,7 +597,7 @@ function GetApp() {
|
|||
isScript: isScript ? 1 : 0,
|
||||
})
|
||||
|
||||
if (existingSessions.length > 0) {
|
||||
if (existingSessions.length > 2) {
|
||||
logger.Log(
|
||||
`Multiple ${isScript ? 'script' : 'website'} sessions ( ${
|
||||
existingSessions.length
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue