Skip to content

Commit

Permalink
[types removal] Remove type doc from fetch.js (elastic#32288) (elasti…
Browse files Browse the repository at this point in the history
  • Loading branch information
sulemanof authored Mar 6, 2019
1 parent e3549e6 commit 1173dfa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export function fetchProvider(index) {
const [response, config] = await Promise.all([
callCluster('get', {
index,
type: 'doc',
id: 'kql-telemetry:kql-telemetry',
ignore: [404],
}),
Expand Down

0 comments on commit 1173dfa

Please sign in to comment.