fix: push package-lock and remove unused deps

This commit is contained in:
Aaron William Po
2023-08-12 23:28:39 -04:00
parent bfbf7c3cf3
commit 44c71ea718
3 changed files with 938 additions and 1316 deletions

View File

@@ -53,7 +53,7 @@ const editComment = async (
id,
});
res.status(200).json({
res.status(200).json({
success: true,
message: 'Comment updated successfully',
statusCode: 200,