debugging

This commit is contained in:
Erik 2023-02-23 00:17:53 +02:00
parent 2bf6bc8e9e
commit 52d3b141c4
Signed by untrusted user: Navy.gif
GPG Key ID: 2532FBBB61C65A68

View File

@ -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 {