mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #2320 from gradido/release-statistics-query
fix: Release Statistic Query Runner
This commit is contained in:
commit
83c1fc4bfa
@ -63,6 +63,8 @@ export class StatisticsResolver {
|
|||||||
.where('transaction.decay IS NOT NULL')
|
.where('transaction.decay IS NOT NULL')
|
||||||
.getRawOne()
|
.getRawOne()
|
||||||
|
|
||||||
|
await queryRunner.release()
|
||||||
|
|
||||||
return {
|
return {
|
||||||
totalUsers,
|
totalUsers,
|
||||||
activeUsers,
|
activeUsers,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user