From 0088addc2314dd087f543be32fbafaa57a13ee30 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 24 Nov 2022 09:20:02 -0500 Subject: [PATCH] Fix code after rebase Signed-off-by: Sebastian Malton --- src/common/kube-helpers/channels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/kube-helpers/channels.ts b/src/common/kube-helpers/channels.ts index 4782f64367..8ed11489e1 100644 --- a/src/common/kube-helpers/channels.ts +++ b/src/common/kube-helpers/channels.ts @@ -8,7 +8,7 @@ import type { Asyncify } from "type-fest"; import type { RequestChannelHandler } from "../../main/utils/channel/channel-listeners/listener-tokens"; import type { ClusterId } from "../cluster-types"; import type { AsyncResult } from "../utils/async-result"; -import type { RequestChannel } from "../utils/channel/request-channel-listener-injection-token"; +import type { RequestChannel } from "../utils/channel/request-channel"; export interface KubectlApplyAllArgs { clusterId: ClusterId;