Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Jul 14, 2019
1 parent e516dcb commit c251a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/AssetIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public function getMissingFiles(string $sessionId): array
])
->column();

// Load the processed volume IDs for that sessions.
// Load the processed volume IDs for that session.
$volumeIds = (new Query())
->select(['DISTINCT([[volumeId]])'])
->from([Table::ASSETINDEXDATA])
Expand Down

0 comments on commit c251a7a

Please sign in to comment.