Skip to content

Commit

Permalink
#79 [fix] isSend Column 삭제로 인한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozo0 committed Jan 12, 2024
1 parent e99faa4 commit c672885
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ public void createModelApplication(Long userId, ModelApplicationRequest request)
.modelImgUrl(modelImgUrl)
.instagramId(request.instagramId())
.applicationCaptureUrl(applicationCaptureUmgUrl)
.isSend(false)
.build();

hairModelApplicationJpaRepository.save(hairModelApplication);
Expand Down

0 comments on commit c672885

Please sign in to comment.