From c9dcbe3d41ccced5ab689f77f1133b69ab121f14 Mon Sep 17 00:00:00 2001 From: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Date: Wed, 8 Nov 2023 23:36:45 +0000 Subject: [PATCH] [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' --- .../lib/reporting_api_client/reporting_api_client.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts b/x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts index 715bdc3b18a92..1b20ca4283784 100644 --- a/x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts +++ b/x-pack/plugins/reporting/public/lib/reporting_api_client/reporting_api_client.ts @@ -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, @@ -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.