add missing bindThis() to OnModuleInit / OnApplicationShutdown handlers

This commit is contained in:
Hazelnoot 2025-09-30 22:03:24 -04:00
parent 92466ed569
commit 7c8d09f1c9
9 changed files with 9 additions and 0 deletions

View file

@ -53,6 +53,7 @@ export class UserBlockingService implements OnModuleInit {
this.logger = this.loggerService.getLogger('user-block');
}
@bindThis
onModuleInit() {
this.userFollowingService = this.moduleRef.get('UserFollowingService');
}