CodeRabbit summary code updated

This commit is contained in:
source-rashi
2025-10-27 11:29:37 +05:30
parent d2e6fdbbc0
commit 94ca3d0148

View File

@@ -440,7 +440,7 @@ export const RobotEditPage = ({ handleStart }: RobotSettingsProps) => {
try { try {
action.args[0] = { ...action.args[0], __name: newName }; action.args[0] = { ...action.args[0], __name: newName };
} catch (e) { } catch (e) {
// ignore console.error('Failed to update legacy __name field:', e);
} }
} }