Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <[email protected]>
  • Loading branch information
rupal-bq committed Nov 30, 2022
1 parent 3db664a commit 1547ead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboards-reports/server/routes/report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default function (router: IRouter, config: ReportingConfig) {

try {
const reportData = await createReport(request, context, report, config);

// if not deliver to user himself , no need to send actual file data to client
const delivery = report.report_definition.delivery;
addToMetric('report', 'create', 'count', report);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ async function generateReportData(
if (total === 0) {
return '';
}

const reqBody = buildRequestBody(report, allowLeadingWildcards, 0);
logger.info(
`[Reporting csv module] DSL request body: ${JSON.stringify(reqBody)}`
Expand Down

0 comments on commit 1547ead

Please sign in to comment.