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 May 10, 2023
1 parent c83830d commit b1e3b3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@ import {
SavedObjectsBaseOptions,
SavedObjectsCheckConflictsResponse,
} from '@kbn/core-saved-objects-api-server';
import {
Either,
errorContent,
isLeft,
isRight,
isMgetDoc,
rawDocExistsInNamespace,
} from './utils';
import { Either, errorContent, isLeft, isRight, isMgetDoc, rawDocExistsInNamespace } from './utils';
import { ApiExecutionContext } from './types';

export interface PerformCheckConflictsParams<T = unknown> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ import { findLegacyUrlAliases } from '../../legacy_url_aliases';
import { getRootFields } from '../../included_fields';
import type { CreatePointInTimeFinderFn } from '../../point_in_time_finder';
import type { RepositoryEsClient } from '../../repository_es_client';
import { findSharedOriginObjects, getSavedObjectFromSource, rawDocExistsInNamespace } from '../utils';
import {
findSharedOriginObjects,
getSavedObjectFromSource,
rawDocExistsInNamespace,
} from '../utils';

/**
* When we collect an object's outbound references, we will only go a maximum of this many levels deep before we throw an error.
Expand Down

0 comments on commit b1e3b3e

Please sign in to comment.