Skip to content

Commit

Permalink
Update stats table
Browse files Browse the repository at this point in the history
  • Loading branch information
Dofften authored Jan 24, 2024
1 parent 30a01c3 commit 64e1770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/statistics/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function getData() {
try {
const res = await fetch("https://fplmstrapi.crepant.com/api/players", {
method: "GET",
next: { revalidate: 21600 },
next: { revalidate: 3600 },
headers: {
"Content-Type": "application/json",
Authorization: process.env.AUTHORIZATION,
Expand Down

0 comments on commit 64e1770

Please sign in to comment.