From ba61637e7bf4ff01c3e6b481ddeab22b44d85c0e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 1 Apr 2025 23:28:45 +0530 Subject: [PATCH] chore: remove unused code --- server/src/models/Robot.ts | 5 ----- 1 file changed, 5 deletions(-) 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