Skip to content

Commit

Permalink
fix ineffective assignment (thank you linter :) )
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimmiMeloni committed Nov 18, 2024
1 parent c4abc48 commit f0abbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charger/easee.go
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ func (c *Easee) GetPhases() (int, error) {
}
} else {
// charger level
phases := c.phaseMode
phases = c.phaseMode
if phases == 2 { // map automatic to 3p
phases = 3
}
Expand Down

0 comments on commit f0abbd0

Please sign in to comment.