Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister-cll committed Feb 5, 2025
1 parent 7fd80b5 commit 5c84060
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions packages/sources/apex/src/transport/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class NavTransport extends SubscriptionTransport<HttpTransportTypes> {
})
}
const result = navResponse.totalReserve
console.log(`result = ${result}`)

return {
data: {
Expand Down Expand Up @@ -170,7 +169,7 @@ class NavTransport extends SubscriptionTransport<HttpTransportTypes> {
expiryTimestampMs: startTimeMs + a.response.data.expires_in * 1000,
}

console.log('authed')
logger.debug('Successfully fetched token')
return a.response
}

Expand Down
7 changes: 3 additions & 4 deletions packages/sources/apex/test-payload.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"requests": [{
"from": "BTC",
"to": "USD"
}]
"requests": [{
"accountName": "2bf9b361-c41d-4bdc-aaac-0820e4b2a5b5"
}]
}

0 comments on commit 5c84060

Please sign in to comment.