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 {