chore: Upgrade Prettier 1.8 -> 2.0 (#1436)
This commit is contained in:
@ -12,7 +12,7 @@ const Authentication = sequelize.define("authentication", {
|
||||
token: encryptedFields.vault("token"),
|
||||
});
|
||||
|
||||
Authentication.associate = models => {
|
||||
Authentication.associate = (models) => {
|
||||
Authentication.belongsTo(models.User, {
|
||||
as: "user",
|
||||
foreignKey: "userId",
|
||||
|
Reference in New Issue
Block a user