Skip to content

Commit

Permalink
Fixed linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Kling committed Apr 23, 2023
1 parent 842d41e commit 810edf9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/services/heating-scheduler/HeatingSchedulerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ export class HeatingSchedulerService {
let taskFunc = this.scheduleTask.bind(this);
let { date: nextDate, plans: plansToExecute } = await this.determineNextSchedule();




// If we have a setpoint neat EOD, we still have to cleanup
if (nextDate == null || nextDate >= END_OF_DAY) {
nextDate = END_OF_DAY;
Expand Down

0 comments on commit 810edf9

Please sign in to comment.