Skip to content

Commit

Permalink
undo crypto endpoint since there are no current issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister-cll committed Nov 5, 2024
1 parent 2926619 commit a239de0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/cyan-grapes-sneeze.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
'@chainlink/tiingo-adapter': patch
---

Force uppercase assets on cryptolwba and crypto endpoints
Force uppercase assets on cryptolwba endpoint
6 changes: 0 additions & 6 deletions packages/sources/tiingo/src/endpoint/crypto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,4 @@ export const endpoint = new CryptoPriceEndpoint({
defaultTransport: 'ws',
inputParameters: inputParameters,
overrides: overrides.tiingo,
requestTransforms: [
(req) => {
req.requestContext.data.base = req.requestContext.data.base.toUpperCase()
req.requestContext.data.quote = req.requestContext.data.quote.toUpperCase()
},
],
})

0 comments on commit a239de0

Please sign in to comment.