changed duplicated scope

This commit is contained in:
gerard 2018-06-28 16:00:28 +02:00
parent 0b7937cb73
commit 19c89ec7d3
2 changed files with 1 additions and 6 deletions

View File

@ -1,3 +0,0 @@
module.exports = Self => {
Self.defineScope({where: {isManaged: {neq: 0}}});
};

View File

@ -31,7 +31,5 @@
"permission": "ALLOW"
}
],
"scopes" : {
"production" : {"where": {"isManaged": {"neq": 0}}}
}
"scope" : {"where": {"isManaged": {"neq": 0}}}
}