mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fix #1367: async.series was lacking callback in checkPad.js
This commit is contained in:
parent
6802353306
commit
90ca3d53c3
1 changed files with 2 additions and 4 deletions
|
@ -28,10 +28,8 @@ async.series([
|
|||
function(callback) {
|
||||
settings = require('../src/node/utils/Settings');
|
||||
db = require('../src/node/db/DB');
|
||||
},
|
||||
|
||||
//intallize the database
|
||||
function (callback)
|
||||
{
|
||||
db.init(callback);
|
||||
},
|
||||
//get the pad
|
||||
|
|
Loading…
Reference in a new issue