1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix typings

This commit is contained in:
Chocobozzz 2018-02-27 17:42:32 +01:00
parent c90f0614e6
commit 628d28e84b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 3 additions and 5 deletions

View file

@ -59,8 +59,6 @@ class Redis {
this.client.sort(jobsPrefix + ':jobs:' + state, 'by', mode, order, 'LIMIT', offset.toString(), count.toString(), (err, values) => {
if (err) return rej(err)
return res(values)
})
})