Skip to content

Commit 7a73ee0

Browse files
committed
clean code
1 parent 41b3d99 commit 7a73ee0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/core-backend/src/AccountActivityService.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,9 +637,5 @@ export class AccountActivityService {
637637
this.#messenger.clearEventSubscriptions(
638638
'AccountActivityService:statusChanged',
639639
);
640-
641-
this.#unsubscribeFromAllAccountActivity().catch(() => {
642-
// Ignore errors during cleanup - service is being destroyed
643-
});
644640
}
645641
}

0 commit comments

Comments
 (0)