mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-01-16 21:32:08 +01:00
fix: resolved biome errors
This commit is contained in:
@ -777,9 +777,8 @@ export class PerformanceUtils {
|
||||
}
|
||||
|
||||
descriptor.value = async function (...args: unknown[]) {
|
||||
const { result } = await PerformanceUtils.measureAsync(
|
||||
metricName,
|
||||
() => originalMethod.apply(this, args)
|
||||
const { result } = await PerformanceUtils.measureAsync(metricName, () =>
|
||||
originalMethod.apply(this, args)
|
||||
);
|
||||
return result;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user