Skip to content

Commit

Permalink
fixed: 오탈자 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Dec 3, 2023
1 parent 0c34d3c commit 9cb8583
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public Long joinWorkerMember(JoinWorkerRequest request) {
.bank(request.getBank())
.role(request.getRole())
.deviceToken(request.getDeviceToken())
.worker(worker)
.workerInfo(worker)
.build();

Location location = Location.builder()
Expand Down Expand Up @@ -92,7 +92,7 @@ public Long joinCompanyMember(JoinCompanyRequest request) {
.bank(request.getBank())
.role(request.getRole())
.deviceToken(request.getDeviceToken())
.company(company)
.companyInfo(company)
.build();

log.info("기업 회원 가입 완료");
Expand Down

0 comments on commit 9cb8583

Please sign in to comment.