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