chore: remove unused code

This commit is contained in:
amhsirak
2025-04-01 23:28:45 +05:30
parent ee2443bd9b
commit ba61637e7b

View File

@@ -143,9 +143,4 @@ Robot.init(
}
);
// Robot.hasMany(Run, {
// foreignKey: 'robotId',
// as: 'runs', // Alias for the relation
// });
export default Robot;