Skip to content

Commit

Permalink
Update SubmitMyResumeService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p authored Oct 25, 2024
1 parent a1450bb commit 03e7d92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void submit() {
ResumeModel newResume;
if (resume.status().equals(ResumeElementDto.Status.SUBMITTED)) {
newResume =cancelSubmit(resume);
} if else(resume.status().equals(ResumeElementDto.Status.ONGOING)) {
} else if(resume.status().equals(ResumeElementDto.Status.ONGOING)) {
newResume = submit(resume);
}

Expand Down

0 comments on commit 03e7d92

Please sign in to comment.