From 27b85ef3964864dcae2d3928465535dd744ec275 Mon Sep 17 00:00:00 2001 From: Innei Date: Thu, 9 Jun 2022 16:20:25 +0800 Subject: [PATCH] fix: performance import --- src/processors/helper/helper.http.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/processors/helper/helper.http.service.ts b/src/processors/helper/helper.http.service.ts index 8ccfd427..adcead6f 100644 --- a/src/processors/helper/helper.http.service.ts +++ b/src/processors/helper/helper.http.service.ts @@ -1,5 +1,6 @@ import axios, { AxiosInstance, AxiosRequestConfig } from 'axios' import retryAxios from 'axios-retry' +import { performance } from 'perf_hooks' import { Injectable, Logger } from '@nestjs/common'