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:
@@ -101,7 +101,7 @@ function AddVisitStat(
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (
|
if (
|
||||||
typeof idvStatsData[now][name] !== 'object' &&
|
typeof idvStatsData[now][name] !== 'object' ||
|
||||||
idvStatsData[now][name] === null
|
idvStatsData[now][name] === null
|
||||||
) {
|
) {
|
||||||
idvStatsData[now][name] = {
|
idvStatsData[now][name] = {
|
||||||
|
Reference in New Issue
Block a user