Introduce prettier
This commit is contained in:
@@ -21,10 +21,10 @@ function defineRun(sequelize, DataTypes) {
|
||||
allowNull: false,
|
||||
references: {
|
||||
model: 'project',
|
||||
key: 'id'
|
||||
key: 'id',
|
||||
},
|
||||
onDelete: 'CASCADE'
|
||||
}
|
||||
onDelete: 'CASCADE',
|
||||
},
|
||||
});
|
||||
|
||||
Run.associate = (models) => {
|
||||
@@ -34,4 +34,4 @@ function defineRun(sequelize, DataTypes) {
|
||||
return Run;
|
||||
}
|
||||
|
||||
module.exports = defineRun;
|
||||
module.exports = defineRun;
|
||||
|
||||
Reference in New Issue
Block a user