diff --git a/src/isnd/Services/PackageManager.cs b/src/isnd/Services/PackageManager.cs index 09f9175..5641f93 100644 --- a/src/isnd/Services/PackageManager.cs +++ b/src/isnd/Services/PackageManager.cs @@ -28,10 +28,9 @@ namespace isnd.Services public IEnumerable GetResources(IUnleash unleashClient) { - bool defaultActivation = false; - #if DEBUG - defaultActivation = true; - #endif + // since Unleash nodejs implementation fails to migrate db, + // it only will stand here as an inhibitor + bool defaultActivation = true; var res = new List();