We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082bf4c commit 8193a4bCopy full SHA for 8193a4b
Tasks/emailReportTask/config/ConfigurationProvider.ts
@@ -89,9 +89,8 @@ export class ConfigurationProvider implements IConfigurationProvider {
89
throw new InputError("Email subject not set");
90
}
91
92
- // From Address
93
- const fromAddress = tl.getInput(TaskConstants.FROMADDRESS_INPUTKEY, true);
94
-
+ // From Address
+ const fromAddress = tl.getInput(TaskConstants.FROMADDRESS_INPUTKEY, true);
95
96
// Optional inputs
97
const toAddresses = tl.getInput(TaskConstants.TOADDRESS_INPUTKEY, false);
@@ -170,4 +169,4 @@ export class ConfigurationProvider implements IConfigurationProvider {
170
169
default: return GroupTestResultsBy.Run;
171
172
173
-}
+}
0 commit comments