Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 1e78e9d

Browse files
chkeitatevoinea
andauthored
Update src/ApiService/ApiService/onefuzzlib/ProxyOperations.cs
Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com>
1 parent a1c5f7f commit 1e78e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiService/ApiService/onefuzzlib/ProxyOperations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public async Async.Task<Proxy> Init(Proxy proxy) {
212212
}
213213

214214
private async System.Threading.Tasks.Task<Proxy> SetProvisionFailed(Proxy proxy, VirtualMachineInstanceView? instanceView) {
215-
var errors = GetErrors(proxy, instanceView).ToArray();
215+
var errors = GetErrors(proxy, instanceView);
216216
return await SetFailed(proxy, new Error(ErrorCode.PROXY_FAILED, errors.ToList()));
217217
}
218218

0 commit comments

Comments
 (0)