fix: Release Statistic Query Runner

This commit is contained in:
Moriz Wahl 2022-11-01 14:30:43 +01:00 committed by ogerly
parent 4f69403b77
commit 2386a980c6

View File

@ -63,6 +63,8 @@ export class StatisticsResolver {
.where('transaction.decay IS NOT NULL')
.getRawOne()
await queryRunner.release()
return {
totalUsers,
activeUsers,