mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
using or instead of and
This commit is contained in:
parent
bc51f6b934
commit
834cacc2c7
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ function AddVisitStat(
|
|||
}
|
||||
|
||||
if (
|
||||
typeof idvStatsData[now][name] !== 'object' &&
|
||||
typeof idvStatsData[now][name] !== 'object' ||
|
||||
idvStatsData[now][name] === null
|
||||
) {
|
||||
idvStatsData[now][name] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue