fix(getTokenData2()): Writing value of updateCache to console

This commit is contained in:
Chris Troutner
2023-01-27 07:27:17 -08:00
parent fbe7bf9742
commit 82ea90c45c
@@ -614,6 +614,7 @@ class BchRESTControllerLib {
try {
const tokenId = ctx.request.body.tokenId
const updateCache = ctx.request.body.updateCache
console.log('getTokenData2() updateCache: ', updateCache)
const data = await this.adapters.bch.getTokenData2(tokenId, updateCache)
console.log(`getTokenData2 data: ${JSON.stringify(data, null, 2)}`)