Skip to content

Commit c99589f

Browse files
Remove unnecessary transformIn from monitors overview embeddable
1 parent a99ed98 commit c99589f

2 files changed

Lines changed: 0 additions & 45 deletions

File tree

x-pack/solutions/observability/plugins/synthetics/common/embeddables/monitors_overview/get_transform_in.ts

Lines changed: 0 additions & 43 deletions
This file was deleted.

x-pack/solutions/observability/plugins/synthetics/common/embeddables/monitors_overview/get_transforms.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
* 2.0.
66
*/
77

8-
import { getTransformIn } from './get_transform_in';
98
import { getTransformOut } from './get_transform_out';
109

1110
export function getTransforms() {
1211
return {
13-
transformIn: getTransformIn(),
1412
transformOut: getTransformOut(),
1513
};
1614
}

0 commit comments

Comments
 (0)