From 1cfc7205d536b0f089c9ce8d2b20b558fabcd944 Mon Sep 17 00:00:00 2001 From: Abner Tudtud Date: Mon, 30 Sep 2024 20:56:10 +0800 Subject: [PATCH] lint --- src/Commands/BatchProcess.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/BatchProcess.php b/src/Commands/BatchProcess.php index 7783846..264f5a9 100644 --- a/src/Commands/BatchProcess.php +++ b/src/Commands/BatchProcess.php @@ -166,7 +166,7 @@ protected function processBatch(BeamType $type): int 'tokenId' => ['integer' => $claim->token_chain_id], 'amount' => $claim->quantity, 'keepAlive' => false, - 'source' => match(true) { + 'source' => match (true) { resolve(CollectionService::class)->approvalExistsInCollection($collectionId, $daemon, false) => $daemon, $daemon !== $claim->collection->owner->public_key => $claim->collection->owner->public_key, default => null