Skip to content

Commit

Permalink
fix prettier error issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NamrataSweya committed May 22, 2024
1 parent b79d8c5 commit a50c895
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"prettier": "^3.2.5",
"prettier": "3.2.5",
"typescript": "~4.8.2"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export class AllMetereadsComponent implements OnInit {
}

_externalIdfilterbyAdmin(value: any): string[] {

const filterValue = value.toLowerCase();
if (
!(
Expand Down

0 comments on commit a50c895

Please sign in to comment.