Skip to content

Commit

Permalink
console: Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mjamescompton committed Nov 13, 2023
1 parent 27c698e commit fbd21ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/js/src/service/gateways.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class Gateways {

async getBatchStatistics(gatewayIds) {
const response = await this._api.Gs.BatchGetGatewayConnectionStats(undefined, {
gateway_ids: gatewayIds
gateway_ids: gatewayIds,
})

return Marshaler.payloadSingleResponse(response)
Expand Down

0 comments on commit fbd21ec

Please sign in to comment.