forked from Galactic/galactic-bot
debugging
This commit is contained in:
parent
2bf6bc8e9e
commit
52d3b141c4
@ -48,6 +48,7 @@ class UserWrapper {
|
|||||||
let points = p;
|
let points = p;
|
||||||
// Imported cases may have false or null
|
// Imported cases may have false or null
|
||||||
if (typeof points !== 'number') points = 0;
|
if (typeof points !== 'number') points = 0;
|
||||||
|
console.log(points);
|
||||||
if (expiration > 0) {
|
if (expiration > 0) {
|
||||||
index.expirations.push({ points, expiration, id });
|
index.expirations.push({ points, expiration, id });
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user