mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update short_url_lookup.js
This commit is contained in:
parent
b57a13d8fe
commit
1929f1320d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default function (server) {
|
|||
async getUrl(urlId) {
|
||||
try {
|
||||
const urlDoc = await getUrlDoc(urlId);
|
||||
if (!urlDoc) throw new Error('Requested shortened url does note exist in kibana index');
|
||||
if (!urlDoc) throw new Error('Requested shortened url does not exist in kibana index');
|
||||
|
||||
updateMetadata(urlId, urlDoc);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue