Skip to content

Commit

Permalink
Revert select token chain id
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner committed Nov 16, 2023
1 parent c4d8610 commit e0cd6e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Models/Laravel/Traits/EagerLoadSelectFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public static function loadClaims(
$select = array_filter([
'id',
'beam_id',
'token_chain_id',
isset($fields['wallet']) ? 'wallet_public_key' : null,
isset($fields['collection']) ? 'collection_id' : null,
...(isset($fields['qr']) ? ['code'] : []),
Expand Down

0 comments on commit e0cd6e3

Please sign in to comment.