mirror of https://github.com/Chocobozzz/PeerTube
Server: typo
parent
ed708d62a6
commit
1f5bf9ef70
|
@ -37,7 +37,7 @@ function migrate (finalCallback) {
|
|||
db.Application.create({
|
||||
migrationVersion: 0
|
||||
}, function (err) {
|
||||
return callabck(err, 0)
|
||||
return callback(err, 0)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue