Skip to content

Commit

Permalink
fix the code
Browse files Browse the repository at this point in the history
  • Loading branch information
liberhe committed Dec 16, 2023
1 parent cb5c6ae commit 45c053c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/dl/officialsite/member/MemberWithTeam.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
package com.dl.officialsite.member;


import com.dl.officialsite.team.Team;
import com.dl.officialsite.team.vo.TeamsWithMembers;
import lombok.*;

import java.util.ArrayList;
Expand All @@ -9,7 +11,7 @@
public class MemberWithTeam extends Member
{

private ArrayList<TeamVO> teams;
private ArrayList<TeamsWithMembers> teams;

private boolean isAdmin;

Expand Down

0 comments on commit 45c053c

Please sign in to comment.