Transaction Logs - Backend Changes (#14113)

* Transaction Logs - Backend Changes

* filter out bank challenge if is not userSupport
This commit is contained in:
negue
2022-07-13 21:18:59 +02:00
committed by GitHub
parent 3aa7b8b447
commit 0b4059aab0
8 changed files with 41 additions and 11 deletions

View File

@@ -58,6 +58,8 @@ schema.methods.updateHourglasses = async function updateHourglasses (userId,
amount,
reference,
referenceText,
currentAmount: this.consecutive.trinkets,
});
};