Revert "fix?"

This reverts commit 0082f6f8e8.
This commit is contained in:
tamaina
2024-03-05 05:20:37 +00:00
parent 0082f6f8e8
commit 2a622b02dc
3 changed files with 8 additions and 7 deletions

View File

@@ -30,8 +30,6 @@ export class AccountUpdateService implements OnModuleInit {
}
async onModuleInit() {
// Circular dependency
// AccountUpdateService - ApDeliverManagerSevice( - DeliverManager) - UserKeypairService - AccountUpdateService
this.apDeliverManagerService = this.moduleRef.get(ApDeliverManagerService.name);
}