Skip to content

Commit

Permalink
build: cleanup eslint-disable in code
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <[email protected]>
  • Loading branch information
Jérôme Benoit committed Dec 29, 2023
1 parent bbb339c commit 761fec7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/charging-station/ChargingStation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,6 @@ export class ChargingStation extends EventEmitter {
const stationConfiguration = this.getConfigurationFromFile()
if (
stationConfiguration?.stationInfo?.templateHash === stationTemplate?.templateHash &&
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
(stationConfiguration?.connectorsStatus != null || stationConfiguration?.evsesStatus != null)
) {
checkConfiguration(stationConfiguration, this.logPrefix(), this.configurationFile)
Expand Down

0 comments on commit 761fec7

Please sign in to comment.