Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Sep 30, 2022
1 parent 9972c19 commit 3696ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ import type {
HttpAuth,
IAuthHeadersStorage,
} from '@kbn/core-http-server';
import Brok from 'brok';
import { HttpConfig } from './http_config';
import { adoptToHapiAuthFormat } from './lifecycle/auth';
import { adoptToHapiOnPreAuth } from './lifecycle/on_pre_auth';
Expand All @@ -53,7 +54,6 @@ import { AuthHeadersStorage } from './auth_headers_storage';
import { BasePath } from './base_path_service';
import { getEcsResponseLog } from './logging';
// @ts-expect-error
import Brok from 'brok';

/** @internal */
export interface HttpServerSetup {
Expand Down

0 comments on commit 3696ef6

Please sign in to comment.