Skip to content

Commit

Permalink
chore: 사장님 회원가입 의미 없는 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeonsuLee committed Apr 27, 2024
1 parent ad4bea1 commit 3f9e3de
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,14 +105,10 @@ public void register(OwnerRegisterRequest request) {
.ownerId(owner.getId())
.shopId(shop.getId())
.build());
ownerShopRedisRepository.save(OwnerShop.builder()
.build());
} else {
ownerShopRedisRepository.save(OwnerShop.builder()
.ownerId(owner.getId())
.build());
ownerShopRedisRepository.save(OwnerShop.builder()
.build());
}

eventPublisher.publishEvent(new OwnerRegisterEvent(saved));
Expand Down

0 comments on commit 3f9e3de

Please sign in to comment.