From 7b8cd0892cda30ff12ee3226e1a58d89b001c68d Mon Sep 17 00:00:00 2001 From: Saad Jutt Date: Thu, 11 Nov 2021 03:51:01 +0500 Subject: [PATCH] chore: build fix --- api/src/types/Process.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/types/Process.d.ts b/api/src/types/Process.d.ts index 50313f7..2c4dbf4 100644 --- a/api/src/types/Process.d.ts +++ b/api/src/types/Process.d.ts @@ -1,5 +1,5 @@ declare namespace NodeJS { export interface Process { - sessionController?: import('../controllers/Session').SessionController + sessionController?: import('../controllers/internal').SessionController } }