Skip to content

Commit

Permalink
Update get_export_stats.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Sep 22, 2021
1 parent 9d6b579 commit 867bcb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/plugins/reporting/server/usage/get_export_stats.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const jobTypeIsDeprecated = (jobType: string) => DEPRECATED_JOB_TYPES.includes(j
const defaultTotalsForFeature: Omit<AvailableTotal, 'available'> = {
total: 0,
deprecated: 0,
sizes: undefined,
app: { 'canvas workpad': 0, search: 0, visualization: 0, dashboard: 0 },
layout: { canvas: 0, print: 0, preserve_layout: 0 },
};
Expand Down

0 comments on commit 867bcb9

Please sign in to comment.