Skip to content

Commit

Permalink
API-1824 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ahongbynder committed Dec 14, 2023
1 parent 7796cf7 commit e818bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/CollectionsSample.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'count' => true,
'limit' => 20
];
$collectionListPromise = $assetBankManager->getCollections($collectionQueryFilter );
$collectionListPromise = $assetBankManager->getCollections($collectionQueryFilter);
$collectionsList = $collectionListPromise->wait();

// print collection list, each collection result
Expand Down

0 comments on commit e818bc8

Please sign in to comment.