We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c84a5 commit 114b97dCopy full SHA for 114b97d
src/Node/Http2/Client.js
@@ -1,7 +1,7 @@
1
import http2 from "node:http2";
2
3
export const connectAuthImpl = (auth) => http2.connect(auth);
4
-export const connectAuthOptionsImpl = (auth) => http2.connect(auth, options);
+export const connectAuthOptionsImpl = (auth, options) => http2.connect(auth, options);
5
6
const undefined_ = undefined;
7
export { undefined_ as undefined }
0 commit comments