mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
5fb4a2b0c1
commit
e74f92a0a9
3 changed files with 3 additions and 3 deletions
|
@ -112,7 +112,7 @@ export function registerIndicesRoute(server) {
|
|||
return wrapEsError(err);
|
||||
}
|
||||
|
||||
wrapUnknownError(err);
|
||||
return wrapUnknownError(err);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
@ -27,7 +27,7 @@ export function registerJobsRoute(server) {
|
|||
return wrapEsError(err);
|
||||
}
|
||||
|
||||
wrapUnknownError(err);
|
||||
return wrapUnknownError(err);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
|
@ -36,7 +36,7 @@ export function registerSearchRoute(server) {
|
|||
return wrapEsError(err);
|
||||
}
|
||||
|
||||
wrapUnknownError(err);
|
||||
return wrapUnknownError(err);
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue