nice touchups and now working cleaner with audio manager

This commit is contained in:
Arjun Patel
2022-01-15 19:33:14 -08:00
parent 5bf0274af9
commit c9108a6d50
5 changed files with 122 additions and 69 deletions
-3
View File
@@ -268,9 +268,6 @@ export default class TeamService implements IService {
email
);
console.log(userTeamMembers);
console.log(userTeamMembersByEmail);
// traverse through and get the teams for each
var teams: Promise<Team>[];
if (userTeamMembers) {