Skip to content

Commit e392b4b

Browse files
author
Parth Shah
committed
fixing build error
1 parent d46f1dc commit e392b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projects/delete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module.exports = [
3232
err.status = 404
3333
next(err)
3434
} else {
35-
res.status(204).json({}))
35+
res.status(204).json({})
3636
}
3737
})
3838
.catch((err) => next(err))

0 commit comments

Comments
 (0)