Skip to content

Commit 9d3c5e2

Browse files
committed
Fix return type
1 parent fe4e367 commit 9d3c5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntegrationEngine.Client/InEngineClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public IList<string> GetJobTypes()
126126
#endregion
127127

128128
#region HealthStatus
129-
public IList<HealthStatus> GetHealthStatus()
129+
public HealthStatus GetHealthStatus()
130130
{
131131
var request = new RestRequest(EndpointName.HealthStatus, Method.GET);
132132
var result = RestClient.Execute(request);

0 commit comments

Comments
 (0)