Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
enjinabner committed Oct 7, 2024
1 parent 86e8dfe commit 61c7cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/SyncMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function handle(): void
Log::info('Syncing metadata for ' . $total . ' attributes.');

$withs = [
'token:id,collection_id,token_chain_id',
'token:id,token_chain_id',
'collection:id,collection_chain_id',
];
foreach ($query->with($withs)->lazy(config('enjin-platform.sync_metadata.data_chunk_size')) as $attribute) {
Expand Down

0 comments on commit 61c7cf9

Please sign in to comment.