From a9ff8f53520232cca0f67d4b609a49e3ba7e167d Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Thu, 17 Jun 2021 16:06:59 -0400 Subject: [PATCH] Fix import in aggregation --- api/src/types/shims.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/src/types/shims.d.ts b/api/src/types/shims.d.ts index 0ac4ebbd70..98fda04c9c 100644 --- a/api/src/types/shims.d.ts +++ b/api/src/types/shims.d.ts @@ -1,5 +1,3 @@ -import PinoHttp from '@types/pino-http'; - declare module 'grant' { const grant: any; export default grant; @@ -16,6 +14,7 @@ declare module 'exif-reader' { } declare module 'pino-http' { + import PinoHttp from '@types/pino-http'; const pinoHttp: PinoHttp; export default pinoHttp; export const stdSerializers: {