Skip to content

Commit

Permalink
refactor: 프로젝트 멤버 조회 avatar 필드 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeonghak committed Nov 25, 2024
1 parent 58318dc commit 949b3fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/server/src/project/service/project.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class ProjectService {
id,
username,
role,
avatar: '',
};
}
);
Expand Down

0 comments on commit 949b3fb

Please sign in to comment.