Skip to content

Commit 428f8d3

Browse files
authored
Add From Address Input key to constants
1 parent 9c75269 commit 428f8d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tasks/emailReportTask/config/TaskConstants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export class TaskConstants {
77
public static readonly MAXTESTFAILURESTOSHOW_INPUTKEY = "maxTestFailuresToShow";
88
public static readonly GROUPTESTSUMMARYBY_INPUTKEY = "groupTestSummaryByStr";
99
public static readonly INCLUDERESULTS_INPUTKEY = "includeResultsStr";
10+
public static readonly FROMADDRESS_INPUTKEY = "fromAddress";
1011
public static readonly TOADDRESS_INPUTKEY = "toAddress";
1112
public static readonly CCADDRESS_INPUTKEY = "ccAddress";
1213
public static readonly INCLUDEINTO_INPUTKEY = "includeInToSectionStr";

0 commit comments

Comments
 (0)