Skip to content

Commit

Permalink
Ignore daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner committed Sep 24, 2024
1 parent fa32589 commit 9fc1df4
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 @@ -162,7 +162,7 @@ protected function processBatch(BeamType $type): int
'amount' => $claim->quantity,
'keepAlive' => false,
'source' => match(true) {
resolve(CollectionService::class)->approvalExistsInCollection($collectionId, $daemon) => $daemon,
resolve(CollectionService::class)->approvalExistsInCollection($collectionId, $daemon, false) => $daemon,
$daemon !== $claim->collection->owner->public_key => $claim->collection->owner->public_key,
default => null
},
Expand Down

0 comments on commit 9fc1df4

Please sign in to comment.