Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Elblinator committed Apr 9, 2024
1 parent a61aafd commit 43618e3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ export class ViewMeeting extends BaseHasMeetingUsersViewModel<Meeting> {
return this.user_ids?.length || 0;
}

public get admins(): number[] {
return this.admin_group?.calculated_user_ids;
}

public get motionsAmount(): number {
return this.motion_ids?.length || 0;
}
Expand Down

0 comments on commit 43618e3

Please sign in to comment.