Skip to content

Commit 960ce3d

Browse files
minhhaitran08github-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent de8d69d commit 960ce3d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

course-matrix/backend/src/controllers/sharesController.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,11 +419,9 @@ export default {
419419
return res.status(400).json({ error: deleteError.message });
420420
}
421421

422-
return res
423-
.status(200)
424-
.json({
425-
message: `Sharing record: ${id} of calendar: ${calendar_id} deleted successfully`,
426-
});
422+
return res.status(200).json({
423+
message: `Sharing record: ${id} of calendar: ${calendar_id} deleted successfully`,
424+
});
427425
} catch (error) {
428426
return res.status(500).send({ error });
429427
}

0 commit comments

Comments
 (0)