Skip to content

Commit

Permalink
Update src/transports/HTTPTransport.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Zane Starr <[email protected]>
  • Loading branch information
shanejonas and zcstarr authored Mar 28, 2024
1 parent 6cb632c commit 94ec41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transports/HTTPTransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ const httpTransport: ITransport = async (url: string, method: string, params: an
});
};

export default htttpTransport;
export default httpTransport;

0 comments on commit 94ec41b

Please sign in to comment.