Fix linter errors for CI
This commit is contained in:
parent
4a4ba74114
commit
c5e905f5c4
|
@ -1777,8 +1777,7 @@ describe('ModelBuilder processing json files', function() {
|
|||
});
|
||||
|
||||
var Customer = User.extend('Customer',
|
||||
{customerId: {type: String, id: true}},
|
||||
{
|
||||
{customerId: {type: String, id: true}}, {
|
||||
defaultPermission: 'DENY',
|
||||
acls: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue