mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix typings
This commit is contained in:
parent
c90f0614e6
commit
628d28e84b
2 changed files with 3 additions and 5 deletions
|
@ -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)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue