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 Dec 13, 2024
1 parent f300aa0 commit 17be4f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
* 2.0.
*/

import { IndexAdapter, SetIndexTemplateParams, type InstallParams } from '@kbn/index-adapter';
import type { SetIndexTemplateParams } from '@kbn/index-adapter';
import { IndexAdapter, type InstallParams } from '@kbn/index-adapter';
import { createOrUpdateDataStream } from './create_or_update_data_stream';

export class DataStreamAdapter extends IndexAdapter {
Expand Down

0 comments on commit 17be4f0

Please sign in to comment.