Skip to content

Commit 40f10a0

Browse files
authored
chore: resolve conflicts (#112)
Signed-off-by: Sarthak Shyngle <50234097+Sarthak160@users.noreply.github.com>
1 parent 7241592 commit 40f10a0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

v2/dedup/middleware.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ export default function middleware(
1515

1616
// @ts-ignore
1717
fs.access(filePath, fs.constants.F_OK, (err) => {
18-
<<<<<<< debug_node14
19-
// console.log(err ? 'File does not exist' : 'File exists');
20-
=======
21-
22-
>>>>>>> main
2318
if (err) {
2419
// Create the file if it doesn't exist
2520
fs.writeFileSync(filePath, '', 'utf-8');

0 commit comments

Comments
 (0)