Skip to content

Commit

Permalink
fix(refacto-payload): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Dec 23, 2022
1 parent 5286300 commit 46f86ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/shared/utils/src/lib/tools/refacto-payload.ts
Expand Up @@ -121,7 +121,6 @@ export function refactoJobPayload(job: Partial<JobApplicationEntity>): JobReques
}
}

console.log('jobRequest', job.schedule)
jobRequest.schedule = job.schedule

return jobRequest
Expand Down

0 comments on commit 46f86ab

Please sign in to comment.