fix: Release Statistic Query Runner

This commit is contained in:
Moriz Wahl 2022-11-01 14:30:43 +01:00
parent a512402425
commit fdd3b0f4fd

View File

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