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

Remove emit-telemetry tag from navigate-to-route injectable

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2022-09-06 16:45:18 +03:00
parent f461b85b66
commit 008c586bbe

View File

@ -33,8 +33,6 @@ const navigateToRouteInjectable = getInjectable({
};
},
tags: ["emit-telemetry"],
injectionToken: navigateToRouteInjectionToken,
});