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:
parent
872a4c7cea
commit
4f8c0eb0e9
11 changed files with 174 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue