We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b8778 commit 9385f9cCopy full SHA for 9385f9c
source/utilities/server.ts
@@ -21,6 +21,7 @@ import type {
21
ServerAddress,
22
} from '../types.js';
23
24
+// eslint-disable-next-line @typescript-eslint/no-misused-promises
25
const compress = promisify(compression());
26
27
/**
0 commit comments