chore: quick fix
This commit is contained in:
parent
9d336c0c4d
commit
1a0d702282
@ -11,8 +11,6 @@ export async function blockChainBlockNumberJob(
|
|||||||
|
|
||||||
const blockChainUrl = `https://blockchain.info/blocks/${input}?format=json`;
|
const blockChainUrl = `https://blockchain.info/blocks/${input}?format=json`;
|
||||||
|
|
||||||
console.log('blockChainUrl :>> ', blockChainUrl);
|
|
||||||
|
|
||||||
const output = await axios
|
const output = await axios
|
||||||
.get(blockChainUrl)
|
.get(blockChainUrl)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user