Commit 167f66a 1 parent 0c164dd commit 167f66a Copy full SHA for 167f66a
File tree 3 files changed +1
-7
lines changed
3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,3 @@ playwright/.cache/
16
16
.~lock. *
17
17
18
18
/ora2pg_data
19
- alcs-frontend /.eslintrc.json
20
- tsconfig.json
21
- services /.prettierrc
22
- services /.prettierrc
23
- alcs-frontend /.eslintrc.json
Original file line number Diff line number Diff line change 1
1
{
2
2
"root" : true ,
3
3
"ignorePatterns" : [ "projects/**/*" ] ,
4
- "no-octal-escape" : 0 ,
5
4
"overrides" : [
6
5
{
7
6
"files" : [ "*.ts" ] ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export class TagService {
34
34
this . http . get < PaginatedTagResponse > ( `${ this . url } /${ pageIndex } /${ itemsPerPage } ${ searchQuery } ` )
35
35
) ;
36
36
} catch ( err ) {
37
- console . log ( err ) ;
37
+ console . error ( err ) ;
38
38
this . toastService . showErrorToast ( 'Failed to fetch tags' ) ;
39
39
}
40
40
return ;
You can’t perform that action at this time.
0 commit comments