Skip to content

Commit d94a419

Browse files
committed
TEST
Signed-off-by: longfight123 <[email protected]>
1 parent a2a2dc6 commit d94a419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

backend/routers/user_profile_job_router.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,4 +254,6 @@ def change_application_status_to_rejected(db: Session = Depends(dependencies.get
254254
status_to_rejected = user_profile_job_model.UserProfileJob.application_status_id
255255

256256
#TODO : Save to database using db.save()
257-
return user_profile_job_crud.update_applicant_application_status(db, applicant_id, job_id , status_to_rejected)
257+
return user_profile_job_crud.update_applicant_application_status(db, applicant_id, job_id , status_to_rejected)
258+
259+
#Test

0 commit comments

Comments
 (0)