nodejs ...

broken/ef
Paul Schneider 3 years ago
parent 5607c53329
commit 459f8ea422
1 changed files with 3 additions and 4 deletions

@ -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>();

Loading…