Skip to content

Commit

Permalink
Update error
Browse files Browse the repository at this point in the history
  • Loading branch information
atir-naveed-geeksltd committed Feb 6, 2025
1 parent c0cf0f5 commit 458b208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Olive.Azure.DocumentAnalyzer/DocumentAnalyzeResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public class DocumentAnalyzeResult
{
public string Status { get; set; }
public AnalyzeResult? AnalyzeResult { get; set; }
public object? error { get; set; }
}

public class AnalyzeResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.6</Version>
<Version>1.0.7</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 458b208

Please sign in to comment.