Skip to content

Commit

Permalink
Remove duplicate call
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Sep 14, 2024
1 parent 76ab870 commit ed3df9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocpp1.6/charge_point.go
Original file line number Diff line number Diff line change
Expand Up @@ -413,9 +413,9 @@ func (cp *chargePoint) handleIncomingRequest(request ocpp.Request, requestId str
}
}
}

// Process request
var confirmation ocpp.Response
cp.client.GetProfileForFeature(action)
var err error
switch action {
case core.ChangeAvailabilityFeatureName:
Expand Down

0 comments on commit ed3df9f

Please sign in to comment.