mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Update server dependencies
This commit is contained in:
parent
29f148a613
commit
ba5a8d89bb
42 changed files with 1322 additions and 1553 deletions
|
@ -14,7 +14,7 @@ export class MockBlocklist {
|
|||
private server: Server
|
||||
|
||||
initialize () {
|
||||
return new Promise(res => {
|
||||
return new Promise<void>(res => {
|
||||
const app = express()
|
||||
|
||||
app.get('/blocklist', (req: express.Request, res: express.Response) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue