Skip to content

Commit 0058d96

Browse files
committed
Update createDelayedRevealBatch.ts
1 parent 9f41ade commit 0058d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/thirdweb/src/extensions/erc721/lazyMinting/write/createDelayedRevealBatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function createDelayedRevealBatch(
103103
fileStartNumber: Number(startFileNumber),
104104
},
105105
});
106-
console.log({ uris });
106+
107107
const baseUri = getBaseUriFromBatch(uris);
108108
const baseUriId = await getBaseURICount({
109109
contract: options.contract,

0 commit comments

Comments
 (0)