Merge pull request #1191 from strongloop/fix-linter-errors
Fix linter errors for CI
This commit is contained in:
commit
d99dca6fc0
|
@ -1777,8 +1777,7 @@ describe('ModelBuilder processing json files', function() {
|
||||||
});
|
});
|
||||||
|
|
||||||
var Customer = User.extend('Customer',
|
var Customer = User.extend('Customer',
|
||||||
{customerId: {type: String, id: true}},
|
{customerId: {type: String, id: true}}, {
|
||||||
{
|
|
||||||
defaultPermission: 'DENY',
|
defaultPermission: 'DENY',
|
||||||
acls: [
|
acls: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue