Skip to content

Commit 5157a89

Browse files
Cleanup
1 parent b9eb3b4 commit 5157a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Certify.Server/Certify.Server.Hub.Api/Services/ManagementAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public partial class ManagementAPI
1818
{
1919
IInstanceManagementStateProvider _mgmtStateProvider;
2020
IHubContext<InstanceManagementHub, IInstanceManagementHub> _mgmtHubContext;
21-
Certify.Management.ICertifyManager _certifyManager;
21+
Certify.Management.ICertifyManager _certifyManager = default!;
2222

2323
/// <summary>
2424
/// Initializes a new instance of the <see cref="ManagementAPI"/> class.

0 commit comments

Comments
 (0)