Skip to content

Commit

Permalink
fix: branch origin 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
skfotakf committed Feb 10, 2024
1 parent ff6baf2 commit 4f9ff8a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ class StaffServiceImpl(
}

staff.memberSearch = MemberSearchEntity.create(staff)

staffRepository.save(staff)

list.add(StaffDto.of(staff, null))
}

Expand Down

0 comments on commit 4f9ff8a

Please sign in to comment.