Skip to content

Commit c5e905f

Browse files
committed
Fix linter errors for CI
1 parent 4a4ba74 commit c5e905f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/loopback-dl.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,8 +1777,7 @@ describe('ModelBuilder processing json files', function() {
17771777
});
17781778

17791779
var Customer = User.extend('Customer',
1780-
{customerId: {type: String, id: true}},
1781-
{
1780+
{customerId: {type: String, id: true}}, {
17821781
defaultPermission: 'DENY',
17831782
acls: [
17841783
{

0 commit comments

Comments
 (0)