tango-app-api-analysis-traffic 3.0.0-alpha.25 → 3.0.0-alpha.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-app-api-analysis-traffic",
3
- "version": "3.0.0-alpha.25",
3
+ "version": "3.0.0-alpha.26",
4
4
  "description": "Traffic Analysis",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -166,6 +166,7 @@ export const overallCardsV1 = async ( req, res ) => {
166
166
  export const overallHourlyChartV1 = async ( req, res ) => {
167
167
  try {
168
168
  let reqestData = req.body;
169
+ reqestData.hourFormat = 12;
169
170
  let getClientData = await getClientConfig( reqestData.clientId );
170
171
  if ( !getClientData ) {
171
172
  return res.sendError( 'Invalid Client Id', 400 );