File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " 10k-collection-video" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " How To Create An ENTIRE NFT Collection (10,000+) & MINT" ,
5
5
"main" : " index.js" ,
6
6
"bin" : " index.js" ,
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ async function txnCheck(url) {
17
17
await page . waitForSelector ( "#ContentPlaceHolder1_maintable" ) ;
18
18
19
19
try {
20
- let cardText = await page . $eval ( "#ContentPlaceHolder1_maintable .row:nth-child(4 ) div:nth-child(2)" , ( text ) => text . textContent ) ;
20
+ let cardText = await page . $eval ( "#ContentPlaceHolder1_maintable .row:nth-child(3 ) div:nth-child(2)" , ( text ) => text . textContent ) ;
21
21
await browser . close ( ) ;
22
22
resolve ( cardText ) ;
23
23
} catch ( error ) {
You can’t perform that action at this time.
0 commit comments