Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Aug 14, 2020
1 parent b13ec0e commit 0d46f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/reporting/server/lib/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class ReportingStore {
meta: {
// We are copying these values out of payload because these fields are indexed and can be aggregated on
// for tracking stats, while payload contents are not.
objectType: params.objectType,
objectType: params.type,
layout: params.layout ? params.layout.id : 'none',
},
payload: report.payload,
Expand Down

0 comments on commit 0d46f00

Please sign in to comment.