chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -17,7 +17,7 @@ const CollectionUser = sequelize.define(
|
||||
}
|
||||
);
|
||||
|
||||
CollectionUser.associate = models => {
|
||||
CollectionUser.associate = (models) => {
|
||||
CollectionUser.belongsTo(models.Collection, {
|
||||
as: "collection",
|
||||
foreignKey: "collectionId",
|
||||
|
Reference in New Issue
Block a user