Implement polling for all users

This commit is contained in:
2026-03-26 13:50:01 +01:00
parent a0b5be0633
commit d205d96c3d
2 changed files with 14 additions and 11 deletions

View File

@@ -44,4 +44,8 @@ export class BaseTokenManager {
return this.usersToken.get(index);
}
getAllUserData(){
return this.usersToken.getAll();
}
}