mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lint
This commit is contained in:
@@ -7,7 +7,7 @@ async function up (utils: {
|
||||
sequelize: Sequelize.Sequelize,
|
||||
db: PeerTubeDatabase
|
||||
}): Promise<void> {
|
||||
await db.Avatar.sync()
|
||||
await utils.db.Avatar.sync()
|
||||
|
||||
const data = {
|
||||
type: Sequelize.INTEGER,
|
||||
|
||||
Reference in New Issue
Block a user