Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner committed Oct 11, 2024
1 parent f78ca2a commit ce3e724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/BatchProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ protected function processBatch(BeamType $type): int
'initialSupply' => $this->tokenCreatedCache[$key] ? null : $claim->quantity,
'amount' => $this->tokenCreatedCache[$key] ? $claim->quantity : null,
'cap' => [
'type' => $claim->quantity == 1 || $claim->collection?->force_collapsing_supply ? TokenMintCapType::COLLAPSING_SUPPLY->name : TokenMintCapType::SUPPLY->name,
'type' => $claim->quantity == 1 || $claim->collection?->force_collapsing_supply ? TokenMintCapType::COLLAPSING_SUPPLY->name : null,
'amount' => null,
],
'listingForbidden' => false,
Expand Down

0 comments on commit ce3e724

Please sign in to comment.