chore: lint

This commit is contained in:
karishmas6
2024-10-21 02:34:00 +05:30
parent 0fe48677d2
commit 71b6d047d1

View File

@@ -357,7 +357,6 @@ router.post('/gsheets/update', requireSignIn, async (req, res) => {
router.post('/gsheets/remove', requireSignIn, async (req, res) => { router.post('/gsheets/remove', requireSignIn, async (req, res) => {
const { robotId } = req.body; const { robotId } = req.body;
if (!robotId) { if (!robotId) {
return res.status(400).json({ message: 'Robot ID is required' }); return res.status(400).json({ message: 'Robot ID is required' });
} }