Skip to content

Commit 7c71ad3

Browse files
committed
Returned OpenAPIService to be non-static due to logging issues
1 parent 76dcb45 commit 7c71ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.Hidi/OpenApiService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
namespace Microsoft.OpenApi.Hidi
3737
{
38-
internal static class OpenApiService
38+
internal class OpenApiService
3939
{
4040
/// <summary>
4141
/// Implementation of the transform command

0 commit comments

Comments
 (0)