chore: cleanup

This commit is contained in:
amhsirak
2025-01-23 20:55:10 +05:30
parent 011a6edf05
commit 3cc23f9854

View File

@@ -113,7 +113,6 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
return 'username'; return 'username';
} }
// If no specific pattern is matched, classify as other
return 'other'; return 'other';
}; };