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 Nov 8, 2023
1 parent 1037272 commit c9dcbe3
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ import { i18n } from '@kbn/i18n';
import rison from '@kbn/rison';
import moment from 'moment';
import { stringify } from 'query-string';
import {
ManagementLinkFn,
} from '@kbn/reporting-export-types-helpers-public';
import { ManagementLinkFn } from '@kbn/reporting-export-types-helpers-public';
import type { BaseParams } from '@kbn/reporting-export-types-helpers-server';
import { buildKibanaPath } from '@kbn/reporting-common';
import {
getRedirectAppPath,
INTERNAL_ROUTES,
Expand All @@ -24,8 +24,6 @@ import {
import { ReportApiJSON } from '../../../common/types';
import { add } from '../../notifier/job_completion_notifications';
import { Job } from '../job';
import type { BaseParams } from '@kbn/reporting-export-types-helpers-server';
import { buildKibanaPath } from '@kbn/reporting-common'

/*
* For convenience, apps do not have to provide the browserTimezone and Kibana version.
Expand Down

0 comments on commit c9dcbe3

Please sign in to comment.