mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Add missing type on SendResultsToApi.
This commit is contained in:
parent
e70d083a3f
commit
cf0fad5c42
@ -196,7 +196,7 @@ public class ScriptExecutor : IScriptExecutor
|
||||
}
|
||||
throw new InvalidOperationException($"Unknown shell type: {shell}");
|
||||
}
|
||||
private async Task<ScriptResultResponse?> SendResultsToApi(object result, string expiringToken)
|
||||
private async Task<ScriptResultResponse?> SendResultsToApi(ScriptResult result, string expiringToken)
|
||||
{
|
||||
var targetURL = _configService.GetConnectionInfo().Host + $"/API/ScriptResults";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user