Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen committed Jul 26, 2024
1 parent 0ab2f7d commit 16112f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet/StateAPI/Controllers/OperationsController.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using FoundationaLLM.Common.Authentication;
using FoundationaLLM.Common.Models.Orchestration;
using FoundationaLLM.State.Interfaces;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc;
using System.Dynamic;
using System.Text.Json;
Expand Down Expand Up @@ -107,6 +106,7 @@ public async Task<IActionResult> GetLongRunningOperationResult(string instanceId
{
return NotFound();
}

return Ok(operation);
}

Expand Down

0 comments on commit 16112f4

Please sign in to comment.