From 106366b67aa60a2c219a5ede0a0d1d70a6533dbc Mon Sep 17 00:00:00 2001 From: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com> Date: Mon, 13 May 2024 16:47:14 +0530 Subject: [PATCH] chore: resolve conflicts Signed-off-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com> --- v2/dedup/middleware.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/v2/dedup/middleware.ts b/v2/dedup/middleware.ts index 6c58a50..f36126b 100644 --- a/v2/dedup/middleware.ts +++ b/v2/dedup/middleware.ts @@ -15,11 +15,6 @@ export default function middleware( // @ts-ignore fs.access(filePath, fs.constants.F_OK, (err) => { -<<<<<<< debug_node14 - // console.log(err ? 'File does not exist' : 'File exists'); -======= - ->>>>>>> main if (err) { // Create the file if it doesn't exist fs.writeFileSync(filePath, '', 'utf-8');