Skip to content

Commit

Permalink
fix cached
Browse files Browse the repository at this point in the history
  • Loading branch information
NoodleOfDeath committed Mar 18, 2024
1 parent a7bf5fe commit e03818c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ export class Summary extends Post<SummaryAttributes, SummaryCreationAttributes>
idArray?.join(','),
excludeIds,
interval,
queryKey === 'top_stories' ? '' : locale,
/^top_stories/.test(queryKey) ? '' : locale,
start,
end,
pageSize,
Expand Down

0 comments on commit e03818c

Please sign in to comment.