Skip to content

Commit

Permalink
Fix camelCased file name, must be snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Aug 5, 2021
1 parent 3c407d1 commit dd72d30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/monitoring/server/routes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/* eslint import/namespace: ['error', { allowComputed: true }]*/

import { MonitoringConfig } from '../config';
import { decorateDebugServer } from '../debugLogger';
import { decorateDebugServer } from '../debug_logger';
import { RouteDependencies } from '../types';
// @ts-ignore
import * as uiRoutes from './api/v1/ui'; // namespace import
Expand Down

0 comments on commit dd72d30

Please sign in to comment.