1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove unnecessary async specification

Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2021-11-05 15:00:03 -04:00
parent f3c3453308
commit 56f3ba8d83

View File

@ -27,7 +27,7 @@ import { navigate } from "../navigation";
import { getHostedClusterId } from "../utils"; import { getHostedClusterId } from "../utils";
export async function aboutPortForwarding() { export function aboutPortForwarding() {
const notificationId = `port-forward-notification-${getHostedClusterId()}`; const notificationId = `port-forward-notification-${getHostedClusterId()}`;
Notifications.info( Notifications.info(