diff --git a/test/0.0.1-rc.33/util.ts b/test/0.0.1-rc.33/util.ts index bb681759..0aca2a53 100644 --- a/test/0.0.1-rc.33/util.ts +++ b/test/0.0.1-rc.33/util.ts @@ -22,7 +22,7 @@ const Web3 = require('web3'); const { node_ws, node_http, ethereum, ipfs, test_mnemonic } = process.env; export async function sendQuery(q: string, maxDelay = 1000, url = node_http) { - await new Promise((res, rej) => setTimeout(res, maxDelay)); + await new Promise((res) => setTimeout(res, maxDelay)); const { data: { data }, } = await axios.post(url, {