Skip to content

Commit

Permalink
Fix: #187 프론트 개발자가 사진 생성 응답을 처리하는 api에서 pgreq 상태 변경 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeJae-H committed Oct 31, 2024
1 parent 8509d21 commit c3d7798
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,7 @@ public Boolean finishPGRESByFrontend(Long userId){
.pictureRatio(foundpgreq.getPictureRatio())
.build();
pictureCompletedRepository.save(pictureCompleted);
foundpgres.userVerified();
foundpgreq.userVerified();
foundpgreq.submittedByAdmin();
return true;
}
}
Expand Down

0 comments on commit c3d7798

Please sign in to comment.