chore: remove unused code

This commit is contained in:
amhsirak
2025-04-01 23:29:26 +05:30
parent 79e4a6d8bd
commit f7c261ecf9

View File

@@ -79,9 +79,4 @@ User.init(
}
);
// User.hasMany(Robot, {
// foreignKey: 'userId',
// as: 'robots', // Alias for the relation
// });
export default User;