Browse Source

Fix Tests

pull/5027/head
Dan 9 months ago
parent
commit
df84fdba07
  1. 2
      apps/api/src/interceptors/performance-logging/performance-logging.interceptor.ts
  2. 1557
      package-lock.json
  3. 17338
      yarn.lock

2
apps/api/src/interceptors/performance-logging/performance-logging.interceptor.ts

@ -43,7 +43,7 @@ export function LogPerformance(
) {
const originalMethod = descriptor.value;
descriptor.value = async function (...args: any[]) {
descriptor.value = function (...args: any[]) {
const startTime = performance.now();
const performanceLoggingService = new PerformanceLoggingService();

1557
package-lock.json

File diff suppressed because it is too large

17338
yarn.lock

File diff suppressed because it is too large
Loading…
Cancel
Save