Skip to content

Commit

Permalink
Fixed type check issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliacech committed Nov 20, 2020
1 parent b9d34f7 commit 25ea117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export function registerGetOneRoute({

return response.notFound();
} catch (error) {
handleEsError({ error, response });
return handleEsError({ error, response });
}
})
);
Expand Down

0 comments on commit 25ea117

Please sign in to comment.