feat: no associations in model files

This commit is contained in:
karishmas6
2024-10-09 20:42:10 +05:30
parent 40cebea20f
commit 28e2a89548
2 changed files with 0 additions and 5 deletions

View File

@@ -107,6 +107,4 @@ Run.init(
}
);
Run.belongsTo(Robot, { foreignKey: 'robotId' });
export default Run;