Skip to content

Commit

Permalink
refactor: silence unused arguments warning
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 Feb 15, 2024
1 parent 75adc3d commit 0447d90
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ export abstract class AbstractUIService {
}

private async handleAddChargingStations (
messageId?: string,
procedureName?: ProcedureName,
_messageId?: string,
_procedureName?: ProcedureName,
requestPayload?: RequestPayload
): Promise<ResponsePayload> {
const { template, numberOfStations, options } = requestPayload as {
Expand Down

0 comments on commit 0447d90

Please sign in to comment.