Skip to content

Commit

Permalink
Use new index
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Mar 19, 2024
1 parent 9f7c144 commit ab6da5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export async function handler(event: ScheduleEvent) {
const queryScan = dynamoMapper.scan(
EndTimeStampFilterSubscription,
{
indexName: 'ios-endTimestamp-revalidation-index',
indexName: 'ios-endTimestamp-revalidation-index-with-platform',
filter: filter
});

Expand Down

0 comments on commit ab6da5e

Please sign in to comment.