We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb632c commit 94ec41bCopy full SHA for 94ec41b
src/transports/HTTPTransport.ts
@@ -17,4 +17,4 @@ const httpTransport: ITransport = async (url: string, method: string, params: an
17
});
18
};
19
20
-export default htttpTransport;
+export default httpTransport;
0 commit comments