Skip to content

Commit

Permalink
wip: test
Browse files Browse the repository at this point in the history
  • Loading branch information
topether21 committed Dec 11, 2023
1 parent bd812ba commit 4c825f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ async function run() {
const scan_request_id = scan_request_ids[i]
console.log(`Checking status of scan request with id: ${scan_request_id}`)
const info = await get_scan_request({ scan_request_id })
console.log(`---> Scan request with id: ${scan_request_id} has status: ${info.status}`)
if (info.status === 'FAILED_LIMITS_EXCEEDED') {
const {
payment_address,
Expand Down

0 comments on commit 4c825f9

Please sign in to comment.