Skip to content

Commit

Permalink
ER-1242 Fix provider notification defaulting to Immediate +semver: pa…
Browse files Browse the repository at this point in the history
…tch (#845)
  • Loading branch information
Deven Shah authored Oct 14, 2019
1 parent 1ac6899 commit 554d077
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public async Task<OrchestratorResponse> UpdateUserNotificationPreferencesAsync(M
return new OrchestratorResponse(_notificationTypeIsRequiredForTheFirstTime);
}

if (editModel.IsApplicationSubmittedSelected) editModel.NotificationFrequency = NotificationFrequency.Immediately;

var preferences = GetDomainModel(editModel, vacancyUser.UserId);

return await ValidateAndExecute(
Expand Down

0 comments on commit 554d077

Please sign in to comment.