no message

This commit is contained in:
2024-09-24 23:34:41 +03:00
parent 33e6abfbf5
commit bb671c5166
12 changed files with 40 additions and 36 deletions

View File

@@ -126,7 +126,7 @@ public class UpdateBugReportField extends ComponentsRepositoryPass<BugReport> {
passes.get(PassCode_2021.Email).Do(
new EmailMessage(message_header,
message_text,
BugReportInterface.getRecipients(target, true))
BugReportInterface.getRecipients(target))
);
}
}