From 52d3b141c46efea950a7283e7f8409b7e538b04a Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Thu, 23 Feb 2023 00:17:53 +0200 Subject: [PATCH] debugging --- src/structure/client/wrappers/UserWrapper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structure/client/wrappers/UserWrapper.js b/src/structure/client/wrappers/UserWrapper.js index 79b7ecd..8bdf27f 100644 --- a/src/structure/client/wrappers/UserWrapper.js +++ b/src/structure/client/wrappers/UserWrapper.js @@ -48,6 +48,7 @@ class UserWrapper { let points = p; // Imported cases may have false or null if (typeof points !== 'number') points = 0; + console.log(points); if (expiration > 0) { index.expirations.push({ points, expiration, id }); } else {