From 5490b5781db3534f3cfff48a72bcfcb4008c748f Mon Sep 17 00:00:00 2001 From: faris Aljohari <83524184+farisaljohari@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:55:57 +0300 Subject: [PATCH] fix deployment error --- libs/common/src/type/express/index.d 2.ts | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 libs/common/src/type/express/index.d 2.ts diff --git a/libs/common/src/type/express/index.d 2.ts b/libs/common/src/type/express/index.d 2.ts deleted file mode 100644 index 93008c2..0000000 --- a/libs/common/src/type/express/index.d 2.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { File } from 'multer'; - -declare global { - namespace Express { - interface Request { - file?: File; - } - } -} \ No newline at end of file