From 834cacc2c7ff1d1b305631c9653a1a76f69b0a8e Mon Sep 17 00:00:00 2001 From: mrfry Date: Sun, 7 May 2023 17:45:29 +0200 Subject: [PATCH] using or instead of and --- src/utils/ids.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ids.ts b/src/utils/ids.ts index d3d4dde..dcdccbb 100755 --- a/src/utils/ids.ts +++ b/src/utils/ids.ts @@ -101,7 +101,7 @@ function AddVisitStat( } if ( - typeof idvStatsData[now][name] !== 'object' && + typeof idvStatsData[now][name] !== 'object' || idvStatsData[now][name] === null ) { idvStatsData[now][name] = {