Skip to content

Commit

Permalink
Clarify older version was automatically removed (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
EMERALD0874 authored Jun 23, 2024
1 parent ebc7746 commit c60067f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public ValidatePublicCssThemeTask(IDirTaskPart path, GetJsonTask json, User user
CssSubmission? pendingSubmission = _submissionService.GetSubmissionByThemeId(pendingSubmissionTheme.Id);
if (pendingSubmission != null)
{
_submissionService.DenyTheme(pendingSubmission.Id, "Automatically denied due to re-submission.", _userService.GetUserById(_user.Id)!);
_submissionService.DenyTheme(pendingSubmission.Id, "Automatically denied older version due to re-submission.", _userService.GetUserById(_user.Id)!);
}
}

Expand Down

0 comments on commit c60067f

Please sign in to comment.