Skip to content

Commit 9323382

Browse files
committed
[ML] Remove misc comment
1 parent ad32ea3 commit 9323382

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

  • x-pack/plugins

x-pack/plugins/ml/public/application/jobs/jobs_list/components/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ export function checkForAutoStartDatafeed() {
380380
mlJobService.tempJobCloningObjects.datafeed = undefined;
381381
mlJobService.tempJobCloningObjects.createdBy = undefined;
382382

383-
const hasDatafeed = isPopulatedObject(mlJobService.tempJobCloningObjects.datafeed);
383+
const hasDatafeed = isPopulatedObject(datafeed);
384384
const datafeedId = hasDatafeed ? datafeed.datafeed_id : '';
385385
return {
386386
id: job.job_id,

x-pack/plugins/transform/common/api_schemas/transforms.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export const settingsSchema = schema.object({
5757
docs_per_second: schema.maybe(schema.nullable(schema.number())),
5858
});
5959

60-
// ['keyword', 'long', 'double', 'date', 'ip', 'boolean']
6160
export const runtimeMappingsSchema = schema.maybe(
6261
schema.recordOf(
6362
schema.string(),

0 commit comments

Comments
 (0)