diff --git a/server/src/models/Robot.ts b/server/src/models/Robot.ts index 8bc50a76..1681eaac 100644 --- a/server/src/models/Robot.ts +++ b/server/src/models/Robot.ts @@ -143,9 +143,4 @@ Robot.init( } ); -// Robot.hasMany(Run, { -// foreignKey: 'robotId', -// as: 'runs', // Alias for the relation -// }); - export default Robot; \ No newline at end of file