Skip to content

Commit

Permalink
Update AboutEmployerOrchestrator.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Howes committed Sep 6, 2021
1 parent c49d9de commit 49c21be
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public async Task<OrchestratorResponse> PostAboutEmployerEditModelAsync(AboutEmp
v => _vacancyClient.Validate(v, ValidationRules),
async v =>
{
vacancy.EmployerDescription = null; // We don't want to save the description until submission.
await _vacancyClient.UpdateDraftVacancyAsync(vacancy, user);
await UpdateEmployerProfileAsync(vacancy, m.EmployerDescription, user);
}
Expand Down

0 comments on commit 49c21be

Please sign in to comment.