diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-03 09:33:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-03 09:45:08 +0100 |
commit | ba5a8d89bbf049e4afc41543bcc072cccdb02669 (patch) | |
tree | 6cc6b2dca17745cc0824c7ad4515f3bc4883fa4a /shared/extra-utils/plugins | |
parent | 29f148a61381727a432c22a71c7a2b7cc23d9c9e (diff) | |
download | PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.tar.gz PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.tar.zst PeerTube-ba5a8d89bbf049e4afc41543bcc072cccdb02669.zip |
Update server dependencies
Diffstat (limited to 'shared/extra-utils/plugins')
-rw-r--r-- | shared/extra-utils/plugins/mock-blocklist.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/plugins/mock-blocklist.ts b/shared/extra-utils/plugins/mock-blocklist.ts index 07c8c5122..50e2289f1 100644 --- a/shared/extra-utils/plugins/mock-blocklist.ts +++ b/shared/extra-utils/plugins/mock-blocklist.ts | |||
@@ -14,7 +14,7 @@ export class MockBlocklist { | |||
14 | private server: Server | 14 | private server: Server |
15 | 15 | ||
16 | initialize () { | 16 | initialize () { |
17 | return new Promise(res => { | 17 | return new Promise<void>(res => { |
18 | const app = express() | 18 | const app = express() |
19 | 19 | ||
20 | app.get('/blocklist', (req: express.Request, res: express.Response) => { | 20 | app.get('/blocklist', (req: express.Request, res: express.Response) => { |