Skip to content

Commit

Permalink
remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth committed Feb 7, 2020
1 parent 12efed3 commit c9d0c5d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { licensePreRoutingFactory } from '../../lib/license_pre_routing_factory'
import { isEsError } from '../../lib/is_es_error';

export const register = (deps: RouteDependencies): void => {
// TODO there are other settings that can be specified for a remote cluster via console/API that I think might cause issues when editing
const updateHandler: RequestHandler<any, any, any> = async (ctx, request, response) => {
try {
const callAsCurrentUser = ctx.core.elasticsearch.dataClient.callAsCurrentUser;
Expand Down

0 comments on commit c9d0c5d

Please sign in to comment.