Skip to content

Commit 430056b

Browse files
committed
chore(*): Fixed lint errors
1 parent 6198ec7 commit 430056b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/interactions/query-builder/query-builder-sql-sample/query-builder-sql-sample.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class QueryBuilderSqlSampleComponent implements OnInit {
4343
fields: [
4444
{ field: 'categoryId', dataType: 'number' },
4545
{ field: 'description', dataType: 'string' },
46-
{ field: 'name', dataType: 'string' },
46+
{ field: 'name', dataType: 'string' }
4747
]
4848
}, {
4949
name: 'Products',
@@ -57,7 +57,7 @@ export class QueryBuilderSqlSampleComponent implements OnInit {
5757
{ field: 'unitsInStock', dataType: 'number' },
5858
{ field: 'unitsOnOrder', dataType: 'number' },
5959
{ field: 'reorderLevel', dataType: 'number' },
60-
{ field: 'discontinued', dataType: 'boolean' },
60+
{ field: 'discontinued', dataType: 'boolean' }
6161
]
6262
}, {
6363
name: 'Suppliers',
@@ -73,7 +73,7 @@ export class QueryBuilderSqlSampleComponent implements OnInit {
7373
{ field: 'country', dataType: 'string' },
7474
{ field: 'phone', dataType: 'string' },
7575
{ field: 'fax', dataType: 'string' },
76-
{ field: 'homePage', dataType: 'string' },
76+
{ field: 'homePage', dataType: 'string' }
7777
]
7878
}
7979
];

0 commit comments

Comments
 (0)