Skip to content

Commit

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

Expand Down

0 comments on commit 4467a02

Please sign in to comment.