nodejs ...
This commit is contained in:
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)
|
public IEnumerable<Resource> GetResources(IUnleash unleashClient)
|
||||||
{
|
{
|
||||||
bool defaultActivation = false;
|
// since Unleash nodejs implementation fails to migrate db,
|
||||||
#if DEBUG
|
// it only will stand here as an inhibitor
|
||||||
defaultActivation = true;
|
bool defaultActivation = true;
|
||||||
#endif
|
|
||||||
|
|
||||||
var res = new List<Resource>();
|
var res = new List<Resource>();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue