1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 18:29:27 +02:00

Client: add ability to report a video

This commit is contained in:
Chocobozzz 2017-01-20 19:22:15 +01:00
parent 872a4c7cea
commit 4f8c0eb0e9
11 changed files with 174 additions and 6 deletions

View file

@ -61,7 +61,6 @@ function transactionRetryer (func, callback) {
}
function startSerializableTransaction (callback) {
console.log(db)
db.sequelize.transaction({ isolationLevel: 'SERIALIZABLE' }).asCallback(function (err, t) {
// We force to return only two parameters
return callback(err, t)