Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
son-daehyeon committed Sep 18, 2024
2 parents 8ec2d09 + 23ce8e2 commit 296e610
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/domain/member/service/member.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ export class MemberService {
member.description = description;
member.link = { github, instagram, blog };

console.log(member);

const t = await this.memberRepository.save(member);

console.log(t);
await this.memberRepository.save(member);

this.eventEmitter.emit(
UpdateMyInfoEvent.EVENT_NAME,
Expand Down

0 comments on commit 296e610

Please sign in to comment.