Skip to content

Commit 94ec41b

Browse files
shanejonaszcstarr
andauthored
Update src/transports/HTTPTransport.ts
Co-authored-by: Zane Starr <zcstarr@gmail.com>
1 parent 6cb632c commit 94ec41b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transports/HTTPTransport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ const httpTransport: ITransport = async (url: string, method: string, params: an
1717
});
1818
};
1919

20-
export default htttpTransport;
20+
export default httpTransport;

0 commit comments

Comments
 (0)