repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0f4be7
)
Remove useless eslint-disable
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 6 Mar 2022 09:29:52 +0000
(10:29 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 6 Mar 2022 09:29:52 +0000
(10:29 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utils/Configuration.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/Configuration.ts
b/src/utils/Configuration.ts
index 702fa582c46e26934d22e1151b761f9c66fa9467..7309ec2f1c9303232d30e0de3de66119a738fc09 100644
(file)
--- a/
src/utils/Configuration.ts
+++ b/
src/utils/Configuration.ts
@@
-296,7
+296,6
@@
export default class Configuration {
sectionName?: string,
logMsgToAppend = ''
) {
- // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
if (
sectionName &&
!Configuration.isUndefined(Configuration.getConfig()[sectionName]) &&