Skip to content

Commit

Permalink
fix: set token store for stop transaction
Browse files Browse the repository at this point in the history
  • Loading branch information
subnova committed Sep 5, 2023
1 parent 2004598 commit 2ef8065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manager/mqtt/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ func NewV16Router(emitter Emitter,
ResponseSchema: "ocpp16/StopTransactionResponse.json",
Handler: handlers16.StopTransactionHandler{
Clock: clk,
TokenStore: tokenStore,
TransactionStore: transactionStore,
},
},
Expand Down

0 comments on commit 2ef8065

Please sign in to comment.