Versione 1.0.21 - RIS ITALIA
This commit is contained in:
@@ -4696,7 +4696,7 @@ UserSchema.statics.calcnumRegUntilDay = async function (idapp) {
|
||||
UserSchema.statics.calcRegDaily = async function (idapp) {
|
||||
const User = this;
|
||||
|
||||
return await User.aggregate(User.getUsersRegDaily(idapp, 90)).then(ris => {
|
||||
return await User.aggregate(User.getUsersRegDaily(idapp, 120)).then(ris => {
|
||||
// console.table(ris);
|
||||
return ris;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user