mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Remove more nesting
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com> Co-authored-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
parent
d47de73555
commit
2d8b4fcd78
@ -50,7 +50,10 @@ const telemetryDecoratorInjectable = getInjectable({
|
|||||||
|
|
||||||
const whiteListed = whiteListMap.get(currentContext.injectable.id);
|
const whiteListed = whiteListMap.get(currentContext.injectable.id);
|
||||||
|
|
||||||
if (whiteListed) {
|
if (!whiteListed) {
|
||||||
|
return instance(...args);
|
||||||
|
}
|
||||||
|
|
||||||
let params;
|
let params;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
@ -71,7 +74,6 @@ const telemetryDecoratorInjectable = getInjectable({
|
|||||||
action: currentContext.injectable.id,
|
action: currentContext.injectable.id,
|
||||||
params,
|
params,
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|
||||||
return instance(...args);
|
return instance(...args);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user