changed duplicated scope
This commit is contained in:
parent
0b7937cb73
commit
19c89ec7d3
|
@ -1,3 +0,0 @@
|
|||
module.exports = Self => {
|
||||
Self.defineScope({where: {isManaged: {neq: 0}}});
|
||||
};
|
|
@ -31,7 +31,5 @@
|
|||
"permission": "ALLOW"
|
||||
}
|
||||
],
|
||||
"scopes" : {
|
||||
"production" : {"where": {"isManaged": {"neq": 0}}}
|
||||
}
|
||||
"scope" : {"where": {"isManaged": {"neq": 0}}}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue