Skip to content

Commit

Permalink
Merge pull request #878 from NoodleOfDeath/dev
Browse files Browse the repository at this point in the history
~caches
  • Loading branch information
NoodleOfDeath authored Mar 10, 2024
2 parents b13f2a1 + 3a1f3c6 commit 7b4ca7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/src/worker/CacheWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async function cacheTopStories(locale: string, interval = '1d', depth = 1) {
interval,
locale,
offset,
version: '1.17.14',
});
offset = next;
}
Expand Down

0 comments on commit 7b4ca7e

Please sign in to comment.