nodejs ...

This commit is contained in:
2021-09-04 13:55:06 +01:00
parent 5607c53329
commit 459f8ea422

View File

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