Skip to content

Commit

Permalink
Merge pull request #192 from Genti2024/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
LeeJae-H authored Oct 31, 2024
2 parents f6e6221 + f3e91c2 commit 8898c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ public Boolean finishPGRESByFrontend(Long userId){
.pictureRatio(foundpgreq.getPictureRatio())
.build();
pictureCompletedRepository.save(pictureCompleted);
foundpgreq.submittedByAdmin();
foundpgres.adminSubmit();
return true;
}
}
Expand Down

0 comments on commit 8898c95

Please sign in to comment.