1
0
Fork 0

Server: typo

This commit is contained in:
Chocobozzz 2017-03-04 10:41:42 +01:00
parent ed708d62a6
commit 1f5bf9ef70
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function migrate (finalCallback) {
db.Application.create({
migrationVersion: 0
}, function (err) {
return callabck(err, 0)
return callback(err, 0)
})
}