Skip to content

Commit

Permalink
fix(NA): eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 15, 2024
1 parent 1d9dc61 commit ea3dcfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ function findLogJobSpaceFactory() {
}
return result[1] ?? null;
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ function findMetricsJobSpaceFactory() {
}
return result[1] ?? null;
};
}
}
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/server/saved_objects/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,4 @@ function createSavedObjectFilter(filterObject: JobObjectFilter) {
})
.join(' AND ');
return { filter, searchFields };
}
}

0 comments on commit ea3dcfc

Please sign in to comment.