nodejs ...
This commit is contained in:
@ -28,10 +28,9 @@ namespace isnd.Services
|
||||
|
||||
public IEnumerable<Resource> 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<Resource>();
|
||||
|
||||
|
Reference in New Issue
Block a user