mirror of
https://github.com/bitwarden/server.git
synced 2025-07-19 00:21:35 -05:00
Fix Debug assertion
This commit is contained in:
@ -15,7 +15,7 @@ internal class InternalClientProvider : IClientProvider
|
|||||||
public InternalClientProvider(GlobalSettings globalSettings)
|
public InternalClientProvider(GlobalSettings globalSettings)
|
||||||
{
|
{
|
||||||
// This class should not have been registered when it's not self hosted
|
// This class should not have been registered when it's not self hosted
|
||||||
Debug.Assert(!globalSettings.SelfHosted);
|
Debug.Assert(globalSettings.SelfHosted);
|
||||||
|
|
||||||
_globalSettings = globalSettings;
|
_globalSettings = globalSettings;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user