Skip to content

Commit

Permalink
chore: resolve conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Sarthak Shyngle <[email protected]>
  • Loading branch information
Sarthak160 committed May 13, 2024
1 parent 7241592 commit 106366b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions v2/dedup/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 106366b

Please sign in to comment.