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 Oct 16, 2024
1 parent f32a258 commit 0914868
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
*/

import { apm, entities, log, timerange } from '@kbn/apm-synthtrace-client';
import {
generateLongIdWithSeed,
generateShortId,
} from '@kbn/apm-synthtrace-client/src/lib/utils/generate_id';
import { generateLongIdWithSeed } from '@kbn/apm-synthtrace-client/src/lib/utils/generate_id';

const SYNTH_NODE_TRACES_LOGS_ENTITY_ID = generateLongIdWithSeed('service');
const HOST_SERVER_1_LOGS_ENTITY_ID = generateLongIdWithSeed('host');
Expand Down

0 comments on commit 0914868

Please sign in to comment.