Skip to content

Commit

Permalink
Revert token checking
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner committed Nov 16, 2023
1 parent e45d7e6 commit c4d8610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Laravel/Traits/EagerLoadSelectFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static function loadClaims(
'beam_id',
'token_chain_id',
isset($fields['wallet']) ? 'wallet_public_key' : null,
isset($fields['collection']) || isset($fields['token']) ? 'collection_id' : null,
isset($fields['collection']) ? 'collection_id' : null,
...(isset($fields['qr']) ? ['code'] : []),
...(static::$query == 'GetSingleUseCodes' ? ['code', 'nonce'] : ['nonce']),
...BeamClaimType::getSelectFields($fieldKeys = array_keys($fields)),
Expand Down

0 comments on commit c4d8610

Please sign in to comment.