Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/eslint --no-cache -…
Browse files Browse the repository at this point in the history
…-fix'
  • Loading branch information
kibanamachine committed Jul 4, 2023
1 parent 173a910 commit 41cdde5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
ConnectorTypes,
FindTypes,
} from '@kbn/cases-plugin/common/api';
import { MAX_USER_ACTIONS_PER_PAGE } from '@kbn/cases-plugin/common/constants';
import {
globalRead,
noKibanaPrivileges,
Expand Down Expand Up @@ -43,7 +44,6 @@ import {
} from '../../../../common/lib/api';

import { FtrProviderContext } from '../../../../common/ftr_provider_context';
import { MAX_USER_ACTIONS_PER_PAGE } from '@kbn/cases-plugin/common/constants';

// eslint-disable-next-line import/no-default-export
export default ({ getService }: FtrProviderContext): void => {
Expand Down

0 comments on commit 41cdde5

Please sign in to comment.