diff options
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) => { |