Skip to content

Commit

Permalink
Update scripts/processAndDownloadAlchemyNFTs.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jubal Mabaquiao <[email protected]>
  • Loading branch information
KillariDev and jubalm authored Sep 23, 2024
1 parent 5ce1c16 commit 3abd004
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/processAndDownloadAlchemyNFTs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ function sleep(ms: number) {
return new Promise((resolve) => {
setTimeout(resolve, ms);
});
}
}

async function fetchNFTs() {
const result: { [address: string]: CleanedNftRecord } = {}
const imageDirFileList = await fs.promises.readdir(`${ OUTPUT_LIB_BASE_DIR }${ NFT_IMAGE_DIR }`)
Expand Down

0 comments on commit 3abd004

Please sign in to comment.