1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

rename achievement service to achievement hub

This commit is contained in:
✨ Audrey ✨
2025-03-17 17:07:55 -04:00
parent c544102eef
commit 5eb4c2b7e2

View File

@@ -16,7 +16,7 @@ import {
const ACHIEVEMENT_INITIAL_DEBOUNCE_MS = 100;
export class AchievementService {
export class AchievementHub {
constructor(
validators$: Observable<AchievementValidator[]>,
events$: Observable<UserActionEvent>,