Skip to content

Commit

Permalink
Fixing old backport for content-disposition in reporting (#49249)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelgriffith authored and tsullivan committed Oct 25, 2019
1 parent c0bc432 commit cce96d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 73 deletions.
72 changes: 0 additions & 72 deletions x-pack/plugins/reporting/server/lib/get_document_payload.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// @ts-ignore
import contentDisposition from 'content-disposition';
// @ts-ignore
import { oncePerServer } from '../../lib/once_per_server';
import { oncePerServer } from './once_per_server';

const DEFAULT_TITLE = 'report';

Expand Down

0 comments on commit cce96d2

Please sign in to comment.