removed double dispose

This commit is contained in:
JPVenson 2024-10-26 11:08:20 +00:00
parent ebabaac6b1
commit dc029d549c

View File

@ -101,7 +101,6 @@ public sealed class SetupServer : IDisposable
}
await _startupServer.StopAsync().ConfigureAwait(false);
_startupServer.Dispose();
}
/// <inheritdoc/>