We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70d083 commit cf0fad5Copy full SHA for cf0fad5
1 file changed
Agent/Services/ScriptExecutor.cs
@@ -196,7 +196,7 @@ private async Task<ScriptResult> ExecuteScriptContent(
196
}
197
throw new InvalidOperationException($"Unknown shell type: {shell}");
198
199
- private async Task<ScriptResultResponse?> SendResultsToApi(object result, string expiringToken)
+ private async Task<ScriptResultResponse?> SendResultsToApi(ScriptResult result, string expiringToken)
200
{
201
var targetURL = _configService.GetConnectionInfo().Host + $"/API/ScriptResults";
202
0 commit comments